app/soc/templates/soc/org_admin/list/heading.html
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Apr 2009 22:02:16 +0000
changeset 2100 601c69a8976d
parent 1128 18d0e10b02f7
permissions -rw-r--r--
Added name column to all role lists. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1128
18d0e10b02f7 Added a view and templates for the organization admin.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
<tr align="left">
2100
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1128
diff changeset
     2
  <th class="first" align="right">Admin Name</th>
1128
18d0e10b02f7 Added a view and templates for the organization admin.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
  <th>Admin ID</th>
2100
601c69a8976d Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1128
diff changeset
     4
  <th>Organization ID</th>
1128
18d0e10b02f7 Added a view and templates for the organization admin.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
</tr>