Styling for new install

This commit is contained in:
BNoiZe
2013-10-13 11:29:01 +02:00
parent e0184e2b40
commit b744447714
16 changed files with 549 additions and 20 deletions

3
install/templates/dataform.tpl Normal file → Executable file
View File

@@ -1,6 +1,6 @@
<p style="margin: 20px 20px 0 !important">{$this->_lng['install']['title']}</p>
<form action="{$formaction}" method="get">
<fieldset>
<legend>{$this->_lng['install']['title']}</legend>
{$formdata}
<p class="submit">
<input type="hidden" name="check" value="1" />
@@ -8,4 +8,3 @@
</p>
</fieldset>
</form>
<aside>&nbsp;</aside>