Artifacts Associated With Ticket 3bee65659a67d3b8376a2399ba5fd05801ab5e03

  1. Ticket change [a427740506] (rid 5712) by PhilJung on 2017-11-26 13:38:51:

    1. foundin initialized 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 initialized to: "1608ca45e31149c713b3239a0ef37cbfbcc8401a"
    6. severity initialized to: "Cosmetic"
    7. status initialized to: "Open"
    8. title initialized to: "admin/index.php doit dépendre de wiki"
    9. type initialized to: "Code_Defect"
  2. Ticket change [d39d51fa32] (rid 5817) by bohwaz on 2018-02-01 06:50:45:

    1. icomment:
      Corrigé dans [a6838723b522571e12fa88397bba9268ff40f559] merci !
      
    2. login: "bohwaz"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
    6. status changed to: "Fixed"