Overview

Artifact ID: a427740506dbf3a1085265f1352e0ba61470114f
Ticket: 3bee65659a67d3b8376a2399ba5fd05801ab5e03
admin/index.php doit dépendre de wiki
User & Date: PhilJung on 2017-11-26 13:38:51
Changes

  1. foundin changed to: "0.8.2"
  2. icomment:
    Bonjour,
    La page d'accueil de l'admin se base sur un contenu issu du wiki => dans le div wikiContent.
    Du coup, le rendu de la page doit être le même que celui du wiki, or le wiki inclut wiki.css (qui définit tous les .wikiContent XXX) mais pas la page admin/index.php
    
    La modif proposée ci-après résoud le soucis.
    
    --- www/admin/index_origin.php	2017-11-26 13:34:10.600635682 +0100
    +++ www/admin/index.php	2017-11-26 13:30:52.066864870 +0100
    @@ -28,6 +28,8 @@
     	$tpl->assign('cotisation', false);
     }
     
    +$tpl->assign('custom_css', ['wiki.css']);
    +
     $tpl->display('admin/index.tpl');
     flush();
    
  3. login: "PhilJung"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "1608ca45e31149c713b3239a0ef37cbfbcc8401a"
  6. severity changed to: "Cosmetic"
  7. status changed to: "Open"
  8. title changed to: "admin/index.php doit dépendre de wiki"
  9. type changed to: "Code_Defect"