aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/admin/styles_exporter.tpl
blob: 2056260b7e68e703a12dcee3ffa95cd171b3ca8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

<h1>{L_STYLE_EXPORTER}</h1>

<p>{L_EXPORTER_EXPLAIN}</p>

<form method="post" action="{S_EXPORTER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
	<tr>
		
	<th class="thHead" align="center">{L_TEMPLATE_SELECT}</th>
	</tr>
	<tr>
		<td class="row1" align="center">{S_TEMPLATE_SELECT}&nbsp;&nbsp;<input type="submit" name="edit" value="{L_SUBMIT}" class="mainoption" />&nbsp;</td>
	</tr>
</table></form>