|
From: <dts...@us...> - 2003-05-30 13:33:47
|
Update of /cvsroot/phpwebsite-comm/modules/contacts/templates/contacts
In directory sc8-pr-cvs1:/tmp/cvs-serv4128/templates/contacts
Modified Files:
list.tpl row.tpl
Log Message:
Saving and listing template updates
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/contacts/templates/contacts/list.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** list.tpl 28 May 2003 19:51:59 -0000 1.1
--- list.tpl 30 May 2003 13:33:40 -0000 1.2
***************
*** 2,6 ****
<tr class="bg_medium">
<td class="smalltext" align="center">{SELECT_LABEL}</td>
! <td class="smalltext"><b>{FAMILYNAME_LABEL}</b></td>
<td class="smalltext"><b>{GIVENNAME_LABEL}</b></td>
</tr>
--- 2,6 ----
<tr class="bg_medium">
<td class="smalltext" align="center">{SELECT_LABEL}</td>
! <td class="smalltext"><b>{SURNAME_LABEL}</b></td>
<td class="smalltext"><b>{GIVENNAME_LABEL}</b></td>
</tr>
***************
*** 9,13 ****
<tr class="bg_medium">
<td>{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td>
! <td align="right">{ACTION_SELECT} {ACTION_BUTTON}</td>
</tr>
<!-- END navigation -->
--- 9,13 ----
<tr class="bg_medium">
<td>{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td>
! <td align="right" colspan="2">{ACTION_SELECT} {ACTION_BUTTON}</td>
</tr>
<!-- END navigation -->
Index: row.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/contacts/templates/contacts/row.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** row.tpl 28 May 2003 19:51:59 -0000 1.1
--- row.tpl 30 May 2003 13:33:40 -0000 1.2
***************
*** 1,5 ****
<tr{ROW_CLASS}>
<td align="center">{SELECT}</td>
! <td class="smalltext">{FAMILYNAME}</td>
<td class="smalltext">{GIVENNAME}</td>
</tr>
--- 1,5 ----
<tr{ROW_CLASS}>
<td align="center">{SELECT}</td>
! <td class="smalltext">{SURNAME}</td>
<td class="smalltext">{GIVENNAME}</td>
</tr>
|