X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fwiki.tpl;h=441ed0425b2c8cac8320380b1fee8354d19f618b;hb=5c6e38d70bb599598a0eadecf3606fe531a5ecf8;hp=8f5dff12430db7edcdce25dbf25a0a7c120fd581;hpb=21688fef4212999e4a2e4453e76c5cecdac15ffe;p=platal.git diff --git a/templates/admin/wiki.tpl b/templates/admin/wiki.tpl index 8f5dff1..441ed04 100644 --- a/templates/admin/wiki.tpl +++ b/templates/admin/wiki.tpl @@ -39,13 +39,13 @@ function replie(me, cat) { if (toggle == 1) return; toggle = 2; - $("tr[@id^=row/"+cat+"/]").hide(); + $("tr[@id^=row_"+cat+"_]").hide(); $(me).attr('src', 'images/k1.gif'); } function deplie(me, cat) { if (toggle == 2) return; toggle = 1; - $("tr[@id^=row/"+cat+"/]").show(); + $("tr[@id^=row_"+cat+"_]").show(); $(me).attr('src', 'images/k2.gif'); } function toggle_folder() { @@ -68,7 +68,7 @@ {/literal}

- {icon name=magnifier"} Voir les changements récents + {icon name=magnifier"} Voir les changements récents

@@ -95,7 +95,7 @@ {foreach from=$pages item=perm key=page name=pages} - + {if $smarty.foreach.pages.last} L