| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: design.tpl 2037 2017-02-10 23:44:38Z lars $ BEGIN -->
|
2 |
<!-- $Id: design.tpl 2038 2017-02-10 23:46:33Z lars $ BEGIN -->
|
| 3 |
<table>
|
3 |
<table>
|
| 4 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">Einstellungen für marine-sales.de</td>
|
4 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">Einstellungen für marine-sales.de</td>
|
| 5 |
{foreach $settings as $setting}
|
5 |
{foreach $settings as $setting}
|
| 6 |
<tr>
|
6 |
<tr>
|
| 7 |
<td>
|
7 |
<td style="background-color:rgb(00,00,66);color:white;">
|
| 8 |
<label for="setting_{$setting.ID}">{$setting.Name}</label>
|
8 |
<label for="setting_{$setting.ID}">{$setting.Name}</label>
|
| 9 |
</td>
|
9 |
</td>
|
| 10 |
<td>
|
10 |
<td>
|
| 11 |
{if $setting.Typ=="varchar"}
|
11 |
{if $setting.Typ=="varchar"}
|
| 12 |
<input type="text" name="setting[{$setting.ID}]" id="setting_{$setting.ID}" size="80" value="{$setting.Inhalt}" />
|
12 |
<input type="text" name="setting[{$setting.ID}]" id="setting_{$setting.ID}" size="80" value="{$setting.Inhalt}" />
|
| Zeile 35... |
Zeile 35... |
| 35 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">
|
35 |
<td colspan="2" style="text-align:center;background-color:rgb(00,00,66);color:white;">
|
| 36 |
<input type="submit" name="action" value="OK"/>
|
36 |
<input type="submit" name="action" value="OK"/>
|
| 37 |
<input type="reset" value="Zurücksetzen"/>
|
37 |
<input type="reset" value="Zurücksetzen"/>
|
| 38 |
</td>
|
38 |
</td>
|
| 39 |
</table>
|
39 |
</table>
|
| 40 |
<!-- $Id: design.tpl 2037 2017-02-10 23:44:38Z lars $ END -->
|
40 |
<!-- $Id: design.tpl 2038 2017-02-10 23:46:33Z lars $ END -->
|
| 41 |
{include file="footer.tpl"}
|
41 |
{include file="footer.tpl"}
|
| 42 |
|
42 |
|