diff options
author | Eric <eric@piwigo.org> | 2009-10-11 13:38:56 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-10-11 13:38:56 +0000 |
commit | 69d4be7677b97a65208357caa4ee413213e83cf2 (patch) | |
tree | 5d864336351eb4e03f37aeb30e1b41f87f3e2d56 | |
parent | 7e47a77f2edeb31ce753bca0a5e73cc85dfe0a48 (diff) |
[Piwigo] Bug 1189 fixed :
Adding {$NAVBAR} at top of users list.
git-svn-id: http://piwigo.org/svn/trunk@4024 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 e1ed3c2bc..95fcfc169 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"> |