phpbb/phpBB/templates/subSilver/admin/styles_addnew_body.tpl
Graham Eames 7f6027d082 Clear up a few more minor template issues that have been reported
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5269 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-10 20:25:48 +00:00

19 lines
545 B
Smarty
Executable file

<h1>{L_STYLES_TITLE}</h1>
<p>{L_STYLES_ADD_TEXT}</p>
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thCornerL">{L_STYLE}</th>
<th class="thTop">{L_TEMPLATE}</th>
<th class="thCornerR">{L_ACTION}</th>
</tr>
<!-- BEGIN styles -->
<tr>
<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td>
<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td>
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td>
</tr>
<!-- END styles -->
</table>