mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fix r3751 regression
git-svn-id: http://piwigo.org/svn/trunk@4455 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
+1
-1
@@ -635,7 +635,7 @@ $navbar = create_navigation_bar(
|
||||
$conf['users_page']
|
||||
);
|
||||
|
||||
$template->assign('NAVBAR', $navbar);
|
||||
$template->assign('navbar', $navbar);
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | user list |
|
||||
|
||||
Reference in New Issue
Block a user