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

2
install/templates/dataitem.tpl Normal file → Executable file
View File

@@ -1,4 +1,4 @@
<p>
<label for="{$fieldname}" style="widht:65%;{$style}">{$fieldlabel}:</label>&nbsp;
<label for="{$fieldname}" style="width:65%;{$style}">{$fieldlabel}:</label>&nbsp;
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$fieldvalue}" {$required} />
</p>