From d814b7b896f6cefd0bad26a2c4b10db8a3bcb211 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 11 Sep 2010 12:51:54 +0200 Subject: [PATCH] Fixes JS on wiki admin page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/admin/wiki.tpl | 70 ++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 38 deletions(-) diff --git a/templates/admin/wiki.tpl b/templates/admin/wiki.tpl index 1d98f43..78459e8 100644 --- a/templates/admin/wiki.tpl +++ b/templates/admin/wiki.tpl @@ -25,44 +25,36 @@ {literal} {/literal} @@ -83,13 +75,15 @@ {foreach from=$wiki_pages key=cat item=pages} - - - + + - {$cat} ({$pages|@count}) {icon name=magnifier title="Changements récents"} {foreach from=$pages item=perm key=page name=pages} - + {if $smarty.foreach.pages.last} L @@ -117,9 +111,9 @@ - {icon name=tick title='tout cocher'} - {icon name=cross title='tout décocher'} - {icon name=arrow_refresh title='toggle'} + {icon name=tick title='tout cocher'} + {icon name=cross title='tout décocher'} + {icon name=arrow_refresh title='toggle'} -- 2.1.4