diff templates/classic/html/user.index.html @ 3127:021b131bd816

doc fixes, one more fix to the permissions-in-listings fix
author Richard Jones <richard@users.sourceforge.net>
date Fri, 11 Feb 2005 22:18:20 +0000
parents 460eb0209a9e
children a9f6eb633452
line wrap: on
line diff
--- a/templates/classic/html/user.index.html	Fri Feb 04 05:25:50 2005 +0000
+++ b/templates/classic/html/user.index.html	Fri Feb 11 22:18:20 2005 +0000
@@ -19,8 +19,7 @@
  <th tal:condition="context/is_edit_ok" i18n:translate="">Retire</th>
 </tr>
 <tal:block repeat="user context/list">
-<tr tal:condition="user/is_view_ok"
-    tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]">
+<tr tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]">
  <td>
   <a tal:attributes="href string:user${user/id}"
      tal:content="user/username">username</a>

Roundup Issue Tracker: http://roundup-tracker.org/