[vhffs-dev] [1970] Administration part: user search: trivial fix |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1970
Author: xavier
Date: 2012-01-29 03:42:40 +0100 (Sun, 29 Jan 2012)
Log Message:
-----------
Administration part: user search: trivial fix
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/user/list.tt
Modified: trunk/vhffs-panel/templates/admin/user/list.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/user/list.tt 2012-01-29 00:26:34 UTC (rev 1969)
+++ trunk/vhffs-panel/templates/admin/user/list.tt 2012-01-29 02:42:40 UTC (rev 1970)
@@ -3,12 +3,12 @@
[% IF users.size > 0 %]
<table>
<thead>
- <tr>
- <th>[% 'Username' | i18n | html %]</th>
- <th>[% 'Real Name' | i18n | html %]</th>
- <th>[% 'State' | i18n | html %]</th>
+ <tr>
+ <th>[% 'Username' | i18n | html %]</th>
+ <th>[% 'Real Name' | i18n | html %]</th>
+ <th>[% 'State' | i18n | html %]</th>
<th>[% 'Preferences' | i18n | html %]</th>
- </tr>
+ </tr>
</thead>
<tbody>
[% FOREACH u IN users %]
@@ -22,5 +22,5 @@
</tbody>
</table>
[% ELSE %]
-<p>[% 'No user found' | i18n | html %]
+<p>[% 'No user found' | i18n | html %]</p>
[% END %]
- Messages sorted by: [ date | thread ]
- Prev by Date:
[vhffs-dev] [1969] archives for svn, cvs, web, repository, bazaar, git, mercurial
- Next by Date:
[vhffs-dev] [1971] vhffs core object can be fetch from object instance, simplified archive_targz prototype
- Previous by thread:
[vhffs-dev] [1969] archives for svn, cvs, web, repository, bazaar, git, mercurial
- Next by thread:
[vhffs-dev] [1971] vhffs core object can be fetch from object instance, simplified archive_targz prototype