aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/yoga/admin/user_list.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-04 20:17:38 +0000
committervdigital <vdigital@piwigo.org>2008-09-04 20:17:38 +0000
commit2676ad8cb3d91d06342a77ce35ddd9b05bbcd44f (patch)
tree0552316f71adbd905d3be797c00bf23542377990 /admin/template/yoga/admin/user_list.tpl
parentefa741187507b388476da9d9a8694c3602479e7c (diff)
Bug 852: Users display
git-svn-id: http://piwigo.org/svn/trunk@2498 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/template/yoga/admin/user_list.tpl33
1 files changed, 18 insertions, 15 deletions
diff --git a/admin/template/yoga/admin/user_list.tpl b/admin/template/yoga/admin/user_list.tpl
index 5ad163be8..0f6c1ab95 100644
--- a/admin/template/yoga/admin/user_list.tpl
+++ b/admin/template/yoga/admin/user_list.tpl
@@ -48,21 +48,24 @@
<form method="post" name="preferences" action="">
-<table class="table2">
- <tr class="throw">
- <th>&nbsp;</th>
- <th>{'Username'|@translate}</th>
- <th>{'user_status'|@translate}</th>
- <th>{'Email address'|@translate}</th>
- <th>{'Groups'|@translate}</th>
- <th>{'properties'|@translate}</th>
- {if not empty($plugin_user_list_column_titles)}
- {foreach from=$plugin_user_list_column_titles item=title}
- <th>{$title}</th>
- {/foreach}
- {/if}
- <th>{'Actions'|@translate}</th>
- </tr>
+<table class="table2" width="97%">
+ <thead>
+ <tr class="throw">
+ <td>&nbsp;</td>
+ <td>{'Username'|@translate}</td>
+ <td>{'user_status'|@translate}</td>
+ <td>{'Email address'|@translate}</td>
+ <td>{'Groups'|@translate}</td>
+ <td>{'properties'|@translate}</td>
+ {if not empty($plugin_user_list_column_titles)}
+ {foreach from=$plugin_user_list_column_titles item=title}
+ <td>{$title}</td>
+ {/foreach}
+ {/if}
+ <td>{'Actions'|@translate}</td>
+ </tr>
+ </thead>
+
{foreach from=$users item=user name=users_loop}
<tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
<td><input type="checkbox" name="selection[]" value="{$user.ID}" {$user.CHECKED} id="selection-{$user.ID}" /></td>