Changeset 2458
- Timestamp:
- 09/14/07 17:20:56 (6 years ago)
- Files:
-
- 1 modified
-
website/admin/templates/default/page_users.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
website/admin/templates/default/page_users.html
r2456 r2458 30 30 <td style="text-align: left;">[users.name]</td> 31 31 <td style="text-align: left;">[users.username]</td> 32 <td style="text-align: left;"><a title="Activate" href="?active=users&action=activate&item=[users.id]"><img border="0" src="[images]/activate _16.png" width="16" height="16" alt="Activate" /></a><a title="Deactivate" href="?active=users&action=deactivate&item=[users.id]"><img border="0" src="[images]/deactivate_16.png" width="16" height="16" alt="Deactivate" /></a><a title="Edit" href="?active=users&mode=create-edit&item=[users.id]"><img border="0" src="[images]/edit_16.png" width="16" height="16" alt="Edit" /></a><a title="Eliminate" href="?active=users&mode=eliminate&item=[users.id]"><img border="0" src="[images]/delete_16.png" width="16" height="16" alt="Eliminate" /></a></td>32 <td style="text-align: left;"><a title="Activate" href="?active=users&action=activate&item=[users.id]"><img border="0" src="[images]/activate.png" width="10" height="10" alt="Activate" /></a> <a title="Deactivate" href="?active=users&action=deactivate&item=[users.id]"><img border="0" src="[images]/deactivate.png" width="10" height="10" alt="Deactivate" /></a> <a title="Edit" href="?active=users&mode=create-edit&item=[users.id]"><img border="0" src="[images]/edit_16.png" width="16" height="16" alt="Edit" /></a> <a title="Eliminate" href="?active=users&mode=eliminate&item=[users.id]"><img border="0" src="[images]/delete_16.png" width="16" height="16" alt="Eliminate" /></a></td> 33 33 </tr> 34 34 <tr class="dark-row"> … … 38 38 <td style="text-align: left;">[users.name]</td> 39 39 <td style="text-align: left;">[users.username]</td> 40 <td style="text-align: left;"><a title="Activate" href="?active=users&action=activate&item=[users.id]"><img border="0" src="[images]/activate _16.png" width="16" height="16" alt="Activate" /></a><a title="Deactivate" href="?active=users&action=deactivate&item=[users.id]"><img border="0" src="[images]/deactivate_16.png" width="16" height="16" alt="Deactivate" /></a><a title="Edit" href="?active=users&mode=create-edit&item=[users.id]"><img border="0" src="[images]/edit_16.png" width="16" height="16" alt="Edit" /></a><a title="Eliminate" href="?active=users&mode=eliminate&item=[users.id]"><img border="0" src="[images]/delete_16.png" width="16" height="16" alt="Eliminate" /></a></td>40 <td style="text-align: left;"><a title="Activate" href="?active=users&action=activate&item=[users.id]"><img border="0" src="[images]/activate.png" width="10" height="10" alt="Activate" /></a> <a title="Deactivate" href="?active=users&action=deactivate&item=[users.id]"><img border="0" src="[images]/deactivate.png" width="10" height="10" alt="Deactivate" /></a> <a title="Edit" href="?active=users&mode=create-edit&item=[users.id]"><img border="0" src="[images]/edit_16.png" width="16" height="16" alt="Edit" /></a> <a title="Eliminate" href="?active=users&mode=eliminate&item=[users.id]"><img border="0" src="[images]/delete_16.png" width="16" height="16" alt="Eliminate" /></a></td> 41 41 </tr> 42 43 44 </tbody> 42 </tbody> 45 43 </table> 46 44 </div> … … 48 46 </td> 49 47 </tr> 50 </tbody>48 </tbody> 51 49 </table> 52 50 <br /> … … 75 73 <td class="link_button"><img src="[images]/arrow_16.png" style="width: 16px; height: 16px; vertical-align: middle;" alt="" /><a href="?active=users&mode=eliminate">Eliminate User</a></td> 76 74 </tr> 77 </tbody>75 </tbody> 78 76 </table> 79 77 <br /> … … 88 86 </td> 89 87 </tr> 90 </tbody>88 </tbody> 91 89 </table>
