Update of /cvsroot/phpwebsite-comm/modules/contacts/templates/contacts
In directory sc8-pr-cvs1:/tmp/cvs-serv14310/templates/contacts
Modified Files:
list.tpl row.tpl
Log Message:
Updates
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/contacts/templates/contacts/list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** list.tpl 30 May 2003 13:33:40 -0000 1.2
--- list.tpl 30 May 2003 19:33:35 -0000 1.3
***************
*** 4,7 ****
--- 4,8 ----
<td class="smalltext"><b>{SURNAME_LABEL}</b></td>
<td class="smalltext"><b>{GIVENNAME_LABEL}</b></td>
+ <td class="smalltext"><b>{EMAIL_LABEL}</b></td>
</tr>
{LIST_ITEMS}
***************
*** 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 -->
--- 10,14 ----
<tr class="bg_medium">
<td>{NAV_LIMITS}    {NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}</td>
! <td align="right" colspan="3">{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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** row.tpl 30 May 2003 13:33:40 -0000 1.2
--- row.tpl 30 May 2003 19:33:35 -0000 1.3
***************
*** 3,5 ****
--- 3,6 ----
<td class="smalltext">{SURNAME}</td>
<td class="smalltext">{GIVENNAME}</td>
+ <td class="smalltext"><a href="mailto:{EMAIL}">{EMAIL}</a></td>
</tr>
|