aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/admin/styles_addnew_body.tpl
blob: 6240a7986ca68fd925729ff8846ea021c1958b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

<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></form>