diff templates/classic/html/user.index.html @ 3128:f0051e4bc8b7 maint-0.8

doc fixes, one more fix to the permissions-in-listings fix
author Richard Jones <richard@users.sourceforge.net>
date Fri, 11 Feb 2005 22:27:59 +0000
parents ac1803a09920
children a9f6eb633452
line wrap: on
line diff
--- a/templates/classic/html/user.index.html	Fri Jan 28 05:11:29 2005 +0000
+++ b/templates/classic/html/user.index.html	Fri Feb 11 22:27:59 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/