Skip to content

Commit

Permalink
fix r3751 regression
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@4455 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
Eric-Piwigo committed Dec 9, 2009
1 parent 5bbe11c commit 4f09b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions 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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion admin/user_list.php
Expand Up @@ -635,7 +635,7 @@ function get_filtered_user_list()
$conf['users_page']
);

$template->assign('NAVBAR', $navbar);
$template->assign('navbar', $navbar);

// +-----------------------------------------------------------------------+
// | user list |
Expand Down

0 comments on commit 4f09b78

Please sign in to comment.