| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: design.tpl 2039 2017-02-10 23:49:01Z lars $ BEGIN -->
|
2 |
<!-- $Id: design.tpl 2040 2017-02-11 11:59:07Z lars $ BEGIN -->
|
| - |
|
3 |
<form>
|
| 3 |
<table>
|
4 |
<table>
|
| - |
|
5 |
<tr>
|
| 4 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">Einstellungen für marine-sales.de</td>
|
6 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">Einstellungen für marine-sales.de</td>
|
| - |
|
7 |
</tr>
|
| 5 |
{foreach $settings as $setting}
|
8 |
{foreach $settings as $setting}
|
| 6 |
<tr>
|
9 |
<tr>
|
| 7 |
<td style="background-color:#0000CC;color:white;">
|
10 |
<td style="background-color:#0000CC;color:white;">
|
| 8 |
<label for="setting_{$setting.ID}">{$setting.Name}</label>
|
11 |
<label for="setting_{$setting.ID}">{$setting.Name}</label>
|
| 9 |
</td>
|
12 |
</td>
|
| 10 |
<td>
|
13 |
<td>
|
| 11 |
{if $setting.Typ=="varchar"}
|
14 |
{if $setting.Typ=="varchar"}
|
| 12 |
<input type="text" name="setting[{$setting.ID}]" id="setting_{$setting.ID}" size="80" value="{$setting.Inhalt}" />
|
15 |
<input type="text" name="setting[{$setting.ID}]" id="setting_{$setting.ID}" size="80" value="{$setting.Inhalt}" />
|
| 13 |
{elseif $setting.Typ=="text"}
|
16 |
{elseif $setting.Typ=="text"}
|
| 14 |
<textarea name="setting[{$setting.ID}]" id="setting_{$setting.ID}" cols="80" rows="20" wrap="off">{$setting.Inhalt}</textarea>
|
17 |
<textarea name="setting[{$setting.ID}]" id="setting_{$setting.ID}" cols="80" rows="20" wrap="off">{$setting.Inhalt}</textarea>
|
| 15 |
{elseif $stetting.Typ=="select"}
|
18 |
{elseif $stetting.Typ=="select"}
|
| 16 |
{elseif $setting.Typ=="date"}
|
19 |
{elseif $setting.Typ=="date"}
|
| 17 |
{datepick form="this" theme="default" field_id="setting_{$setting.ID}"}
|
20 |
{datepick form="this" theme="default" field_id="setting_{$setting.ID}"}
|
| 18 |
<input type="text" name="setting[{$setting.ID}]" id="setting_{$setting.ID}" size="80" value="{$setting.Inhalt}" />
|
21 |
<input type="text" name="setting[{$setting.ID}]" id="setting_{$setting.ID}" size="80" value="{$setting.Inhalt}" />
|
| 19 |
{elseif $setting.Typ=="static"}
|
22 |
{elseif $setting.Typ=="static"}
|
| 20 |
{$setting.Inhalt}
|
23 |
{$setting.Inhalt}
|
| 21 |
{/if}
|
24 |
{/if}
|
| 22 |
<br />
|
25 |
<br />
|
| 23 |
Letzte Änderung am: {$setting.letzte_Aenderung_am|date_format:"d.m.Y"} um: {$setting.letzte_Aenderung_am|date_format:"H:i"} Uhr durch: {$setting.letzte_Aenderung_von}
|
26 |
Letzte Änderung am: {$setting.letzte_Aenderung_am|date_format:"d.m.Y"} um: {$setting.letzte_Aenderung_am|date_format:"H:i"} Uhr durch: {$setting.letzte_Aenderung_von}
|
| 24 |
</td>
|
27 |
</td>
|
| 25 |
</tr>
|
28 |
</tr>
|
| 26 |
{if $setting@iteration % 10 == 0 && !$setting@last}
|
29 |
{if $setting@iteration % 10 == 0 && !$setting@last}
|
| 27 |
<tr>
|
30 |
<tr>
|
| 28 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">
|
31 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">
|
| 29 |
<input type="submit" name="action" value="OK"/>
|
32 |
<input type="submit" name="action" value="OK"/>
|
| 30 |
<input type="reset" value="Zurücksetzen"/>
|
33 |
<input type="reset" value="Zurücksetzen"/>
|
| 31 |
</td>
|
34 |
</td>
|
| 32 |
</tr>
|
35 |
</tr>
|
| 33 |
{/if}
|
36 |
{/if}
|
| 34 |
{/foreach}
|
37 |
{/foreach}
|
| - |
|
38 |
<tr>
|
| 35 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">
|
39 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">
|
| 36 |
<input type="submit" name="action" value="OK"/>
|
40 |
<input type="submit" name="action" value="OK"/>
|
| 37 |
<input type="reset" value="Zurücksetzen"/>
|
41 |
<input type="reset" value="Zurücksetzen"/>
|
| 38 |
</td>
|
42 |
</td>
|
| - |
|
43 |
</tr>
|
| 39 |
</table>
|
44 |
</table>
|
| - |
|
45 |
</form>
|
| 40 |
<!-- $Id: design.tpl 2039 2017-02-10 23:49:01Z lars $ END -->
|
46 |
<!-- $Id: design.tpl 2040 2017-02-11 11:59:07Z lars $ END -->
|
| 41 |
{include file="footer.tpl"}
|
47 |
{include file="footer.tpl"}
|
| 42 |
|
48 |
|