From: Pascal Corpet Date: Sun, 23 Mar 2008 23:59:04 +0000 (+0100) Subject: add link to user being banned in forums banishment administration X-Git-Tag: xorg/0.9.16~62 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e73e78b94e007ba98679dba7517eb5a62494d6e1;p=platal.git add link to user being banned in forums banishment administration --- diff --git a/modules/forums.php b/modules/forums.php index f02a9dc..3354d85 100644 --- a/modules/forums.php +++ b/modules/forums.php @@ -157,6 +157,7 @@ class ForumsModule extends PLModule $table_editor->describe('comment','commentaire',true); $table_editor->apply($page, $action, $id); $page->changeTpl('forums/admin.tpl'); + $page->addJsLink('jquery.js'); } static function run_banana(&$page, $params = null) diff --git a/templates/forums/admin.tpl b/templates/forums/admin.tpl index 0cac7fb..188ed33 100644 --- a/templates/forums/admin.tpl +++ b/templates/forums/admin.tpl @@ -40,5 +40,18 @@ Les différentes règles sont appliquées par ordre de priorité décroissante. {include file="core/table-editor.tpl"} +{literal} + +{/literal} + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}