Update of /cvsroot/phpwebsite-comm/l10n/it/mod/approval/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1946/l10n/it/mod/approval/templates
Added Files:
jobRows.tpl section.tpl
Log Message:
initial revision
--- NEW FILE: section.tpl ---
<tr class="bg_medium" ><td colspan="4"><b>{MOD_NAME}</b></td></tr>
<tr class="bg_light"><td width="6%"> </td><td width="5%"><b>ID</b></td><td width="20%"><b>Choice</b></td><td><b>Information</b></td></tr>
{JOBS}
--- NEW FILE: jobRows.tpl ---
<tr>
<td align="center" valign="top">{VIEW}</td>
<td align="center" valign="top">{ID}</td>
<td valign="top">{YES} Yes<br />{NO} No<br />{IGNORE} Ignore</td>
<td valign="top">{DISPLAY}</td>
</tr>
|