diff options
author | Eric <eric@piwigo.org> | 2009-10-11 13:42:30 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-10-11 13:42:30 +0000 |
commit | 676c314c58b4bf8e8d642ceec635c7ff3b4253d0 (patch) | |
tree | 6c38d7961a4f1d512971e6a7dfadbcc2347c05e4 | |
parent | f571de9ab06f689881298089a0f575ee31658238 (diff) |
[Piwigo] r4024 merged from Trunk to Branch
Bug 1189 fixed :
Adding {$NAVBAR} at top of users list.
git-svn-id: http://piwigo.org/svn/branches/2.0@4025 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/template/goto/user_list.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl index 76bbdbf3c..8c723d323 100644 --- a/admin/template/goto/user_list.tpl +++ b/admin/template/goto/user_list.tpl @@ -56,6 +56,8 @@ <form method="post" name="preferences" action=""> +<div class="navigationBar">{$NAVBAR}</div> + <table class="table2" width="97%"> <thead> <tr class="throw"> |