add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
1
templates/Classic/misc/form/input_text.tpl
Normal file
1
templates/Classic/misc/form/input_text.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<input class="<if $ulfield != ''>textul<else>text</if>" type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}
|
||||
1
templates/Classic/misc/form/input_textarea.tpl
Normal file
1
templates/Classic/misc/form/input_textarea.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<textarea class="textarea_noborder" name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>
|
||||
9
templates/Classic/misc/form/table_row.tpl
Normal file
9
templates/Classic/misc/form/table_row.tpl
Normal 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>
|
||||
8
templates/Classic/misc/form/table_section.tpl
Normal file
8
templates/Classic/misc/form/table_section.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<tr>
|
||||
<td class="maintitle_apply_left">
|
||||
<b><img src="images/Classic/title.gif" alt="{$title}" /> {$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>
|
||||
Reference in New Issue
Block a user