add new images and templates for re-design

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-02-08 10:30:03 +01:00
parent c28f70d885
commit d6b4bd8d36
551 changed files with 7895 additions and 1755 deletions

View File

@@ -0,0 +1 @@
<input class="<if $ulfield != ''>textul<else>text</if>" type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}

View File

@@ -0,0 +1 @@
<textarea class="textarea_noborder" name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>

View File

@@ -0,0 +1,9 @@
<tr>
<td class="main_field_name"{$style}>
{$label}{$mandatory}:
<if $desc != ''>
<br /><span style="font-size:85%;">{$desc}</span>
</if>
</td>
<td class="main_field_display" nowrap="nowrap">{$data_field}</td>
</tr>

View File

@@ -0,0 +1,8 @@
<tr>
<td class="maintitle_apply_left">
<b><img src="images/Classic/title.gif" alt="{$title}" />&nbsp;{$title}</b>
</td>
<td class="maintitle_apply_right" nowrap="nowrap">
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
</td>
</tr>