diff options
author | Eric <eric@piwigo.org> | 2009-12-09 20:10:11 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-12-09 20:10:11 +0000 |
commit | 4f09b7836d49b4d0f8d51033af6c47c911705c5f (patch) | |
tree | db18813fddf2a5b141f2c5a015c03ca0462271c6 /admin/template | |
parent | 5bbe11c2d11d3b6cf5139a83fc9a5bf9b2256d72 (diff) |
fix r3751 regression
git-svn-id: http://piwigo.org/svn/trunk@4455 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/user_list.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl index 95fcfc169..4418e3970 100644 --- a/admin/template/goto/user_list.tpl +++ b/admin/template/goto/user_list.tpl @@ -1,4 +1,3 @@ -{* $Id: user_list.tpl 2578 2008-09-24 00:51:40Z rvelices $ *} <div class="titrePage"> <h2>{'title_liste_users'|@translate}</h2> </div> @@ -56,7 +55,7 @@ <form method="post" name="preferences" action=""> -<div class="navigationBar">{$NAVBAR}</div> +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} <table class="table2" width="97%"> <thead> @@ -98,7 +97,7 @@ {/foreach} </table> -<div class="navigationBar">{$NAVBAR}</div> +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {* delete the selected users ? *} <fieldset> |