Update of /cvsroot/phpwebsite-comm/modules/contacts/templates/countries
In directory sc8-pr-cvs1:/tmp/cvs-serv17444/templates/countries
Added Files:
list.tpl row.tpl
Log Message:
Fleshing things out more
--- NEW FILE: list.tpl ---
<table border="0" width="100%" cellspacing="1" cellpadding="4" align="center">
<tr class="bg_medium">
<td class="smalltext" align="center">{SELECT_LABEL}</td>
<td width="75%" class="smalltext"><b>{COUNTRY_LABEL}</b></td>
</tr>
{LIST_ITEMS}
<!-- BEGIN navigation -->
<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 -->
</table>
--- NEW FILE: row.tpl ---
<tr{ROW_CLASS}>
<td align="center">{SELECT}</td>
<td class="smalltext">{COUNTRY}</td>
</tr>
|