Update of /cvsroot/phpwebsite-comm/modules/staffman/templates/listmanager/user
In directory sc8-pr-cvs1:/tmp/cvs-serv6820/templates/listmanager/user
Modified Files:
list.tpl
Log Message:
Another typo in a template...
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/staffman/templates/listmanager/user/list.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** list.tpl 2 Jul 2003 23:45:10 -0000 1.1.1.1
--- list.tpl 3 Jul 2003 00:33:17 -0000 1.2
***************
*** 5,9 ****
<td width="10%">{SELECT_LABEL}</td>
<!-- END SELECT -->
! <td class="smalltext" align="center" width="20%"><b>{LABEL_LABEL} {LABLE_ORDER_LINK}</b></td>
<td class="smalltext" align="center" width="20%"><b>{FIRSTNAME_LABEL} {FIRSTNAME_ORDER_LINK}</b></td>
<td class="smalltext" align="center" width="20%"><b>{POSITION_LABEL} {POSITION_ORDER_LINK}</b></td>
--- 5,9 ----
<td width="10%">{SELECT_LABEL}</td>
<!-- END SELECT -->
! <td class="smalltext" align="center" width="20%"><b>{LABEL_LABEL} {LABEL_ORDER_LINK}</b></td>
<td class="smalltext" align="center" width="20%"><b>{FIRSTNAME_LABEL} {FIRSTNAME_ORDER_LINK}</b></td>
<td class="smalltext" align="center" width="20%"><b>{POSITION_LABEL} {POSITION_ORDER_LINK}</b></td>
|