comparison templates/classic/html/page.html @ 3705:ba2eeadeed69

filtering helper for users (nosy etc.). Uses frames; no <noframes> version so far (but most Javascript-capable browsers will support frames anyway)
author Tobias Herp <tobias-herp@users.sourceforge.net>
date Mon, 18 Sep 2006 00:03:05 +0000
parents 18def94e5150
children 6c35e658c2c6
comparison
equal deleted inserted replaced
3704:18def94e5150 3705:ba2eeadeed69
249 i18n:translate=""></option> 249 i18n:translate=""></option>
250 </select> 250 </select>
251 </td> 251 </td>
252 252
253 <!-- currently, there is no convenient API to get a list of all roles --> 253 <!-- currently, there is no convenient API to get a list of all roles -->
254 <td metal:define-macro="search_select_roles"> 254 <td metal:define-macro="search_select_roles"
255 <select name=roles id=roles> 255 tal:define="onchange onchange | nothing">
256 <select name=roles id=roles tal:attributes="onchange onchange">
256 <option value="" i18n:translate="">don't care</option> 257 <option value="" i18n:translate="">don't care</option>
257 <option value="" i18n:translate="" disabled="disabled">------------</option> 258 <option value="" i18n:translate="" disabled="disabled">------------</option>
258 <option value="User">User</option> 259 <option value="User">User</option>
259 <option value="Admin">Admin</option> 260 <option value="Admin">Admin</option>
260 <option value="Anonymous">Anonymous</option> 261 <option value="Anonymous">Anonymous</option>

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