source: contrib/Timesheet/templates/default/preference_acl_row.tpl @ 3526

Revision 3526, 411 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
Line 
1<!-- $Id: preference_acl_row.tpl 20159 2005-12-19 04:23:14Z ralfbecker $ -->
2   <tr class="{row_class}">
3    <td>{user}</td>
4    <td align="center"><input type="checkbox" name="{read}" value="Y"{read_selected}></td>
5    <td align="center"><input type="checkbox" name="{edit}" value="Y"{edit_selected}></td>
6    <td align="center"><input type="checkbox" name="{delete}" value="Y"{delete_selected}></td>
7   </tr>
Note: See TracBrowser for help on using the repository browser.