From: Yves K. <yku...@us...> - 2004-10-31 12:27:50
|
Update of /cvsroot/phpwebsite-comm/l10n/it/mod/phatform/templates/options In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6414/l10n/it/mod/phatform/templates/options Added Files: list.tpl row.tpl Log Message: initial revision --- NEW FILE: row.tpl --- <tr{ROW_CLASS}> <td align="center">{ID}</td> <td>{LABEL}</td> <td align="center"> <a href="./index.php?module=phatform&PHAT_MAN_OP=editOptions&PHAT_OptionSetId={ID}">Edit</a> <a href="./index.php?module=phatform&PHAT_MAN_OP=editOptions&PHAT_OptionSetId={ID}&PHAT_delete=1">Delete</a> </td> </tr> --- NEW FILE: list.tpl --- <!-- BEGIN ANCHOR --> {ANCHOR} <!-- END ANCHOR --> <!-- BEGIN TITLE --> <h3>{TITLE}</h3> <!-- END TITLE --> <table border="0" width="60%" cellspacing="1" cellpadding="4"> <tr class="bg_dark"> <td width="10%" align="center"><b>{ID_LABEL} {ID_ORDER_LINK}</b></td> <td width="40%"><b>{LABEL_LABEL} {LABEL_ORDER_LINK}</b></td> <td align="center"><b>Actions</b></td> </tr> {LIST_ITEMS} </table> |