| Zeile 409... |
Zeile 409... |
| 409 |
{
|
409 |
{
|
| 410 |
padding:10px;
|
410 |
padding:10px;
|
| 411 |
}
|
411 |
}
|
| Zeile 412... |
Zeile 412... |
| 412 |
|
412 |
|
| 413 |
</style>
|
413 |
</style>
|
| 414 |
{include file="common/list_configs.tpl"}
|
414 |
{include file="list_configs.tpl"}
|
| 415 |
{if $cfg_file}
|
415 |
{if $cfg_file}
|
| 416 |
<h1>Datei {$cfg_file} ändern</h1>
|
416 |
<h1>Datei {$cfg_file} ändern</h1>
|
| 417 |
<!-- Dateiinhalt -->
|
417 |
<!-- Dateiinhalt -->
|
| 418 |
<form method="post">
|
418 |
<form method="post">
|
| Zeile 478... |
Zeile 478... |
| 478 |
{if is_array($templateAttribs.$section.$k.$key2.name) && $templateAttribs.$section.$k.$key2.name["@"].comment}
|
478 |
{if is_array($templateAttribs.$section.$k.$key2.name) && $templateAttribs.$section.$k.$key2.name["@"].comment}
|
| 479 |
<span class="ui-icon ui-icon-info" style="float:left;cursor:help" title="{$templateAttribs.$section.$k.$key2.name["@"].comment}"></span>
|
479 |
<span class="ui-icon ui-icon-info" style="float:left;cursor:help" title="{$templateAttribs.$section.$k.$key2.name["@"].comment}"></span>
|
| 480 |
{/if}
|
480 |
{/if}
|
| 481 |
<label for="{$section}_{$k}_{$key2}_{$name}">{$name}</label>
|
481 |
<label for="{$section}_{$k}_{$key2}_{$name}">{$name}</label>
|
| 482 |
<br>
|
482 |
<br>
|
| 483 |
{include file="common/input.tpl" htmlName="ini[{$section}][{$k}][{$key2}][{$name}]" htmlId="{$section}_{$k}_{$key2}_{$name}" typeField=$templateAttribs.$section.$k.$key2.$name wert="{$config.$section.$k.$key2.$name}"}
|
483 |
{include file="input.tpl" htmlName="ini[{$section}][{$k}][{$key2}][{$name}]" htmlId="{$section}_{$k}_{$key2}_{$name}" typeField=$templateAttribs.$section.$k.$key2.$name wert="{$config.$section.$k.$key2.$name}"}
|
| 484 |
</div>
|
484 |
</div>
|
| 485 |
{/foreach}
|
485 |
{/foreach}
|
| 486 |
</div>
|
486 |
</div>
|
| 487 |
{/foreach}
|
487 |
{/foreach}
|
| 488 |
{elseif $templateAttribs.$section["@"].type=="list"}
|
488 |
{elseif $templateAttribs.$section["@"].type=="list"}
|
| Zeile 500... |
Zeile 500... |
| 500 |
{if is_array($templateAttribs.$section.$k.$key2) && $templateAttribs.$section.$k.$key2["@"].comment}
|
500 |
{if is_array($templateAttribs.$section.$k.$key2) && $templateAttribs.$section.$k.$key2["@"].comment}
|
| 501 |
<span class="ui-icon ui-icon-info" style="float:left;cursor:help" title="{$templateAttribs.$section.$k.$key2["@"].comment}"></span>
|
501 |
<span class="ui-icon ui-icon-info" style="float:left;cursor:help" title="{$templateAttribs.$section.$k.$key2["@"].comment}"></span>
|
| 502 |
{/if}
|
502 |
{/if}
|
| 503 |
<label for="{$section}_{$k}_{$key2}">{$key2}</label>
|
503 |
<label for="{$section}_{$k}_{$key2}">{$key2}</label>
|
| 504 |
<br>
|
504 |
<br>
|
| 505 |
{include file="common/input.tpl" htmlName="ini[{$section}][{$k}][{$key2}]" htmlId="{$section}_{$k}_{$key2}" typeField=$templateAttribs.$section.$k.$key2 wert="{$config.$section.$k.$key2}" disabled=""}
|
505 |
{include file="input.tpl" htmlName="ini[{$section}][{$k}][{$key2}]" htmlId="{$section}_{$k}_{$key2}" typeField=$templateAttribs.$section.$k.$key2 wert="{$config.$section.$k.$key2}" disabled=""}
|
| 506 |
</div>
|
506 |
</div>
|
| 507 |
{/foreach}
|
507 |
{/foreach}
|
| 508 |
</div>
|
508 |
</div>
|
| 509 |
{else}
|
509 |
{else}
|
| 510 |
<div style="float:left;margin-top:10px;" class="links">
|
510 |
<div style="float:left;margin-top:10px;" class="links">
|
| Zeile 516... |
Zeile 516... |
| 516 |
<span class="ui-icon ui-icon-info" style="float:right;cursor:help" title="{$templateAttribs.$section.$k["@"].comment}"></span>
|
516 |
<span class="ui-icon ui-icon-info" style="float:right;cursor:help" title="{$templateAttribs.$section.$k["@"].comment}"></span>
|
| 517 |
{/if}
|
517 |
{/if}
|
| 518 |
</div>
|
518 |
</div>
|
| 519 |
</div>
|
519 |
</div>
|
| 520 |
<div style="float:left;margin-top:10px;" class="rechts">
|
520 |
<div style="float:left;margin-top:10px;" class="rechts">
|
| 521 |
{include file="common/input.tpl" htmlName="ini[{$section}][{$k}][value]" htmlId="{$section}_{$k}_value" typeField=$templateAttribs.$section.$k wert=$config.$section.$k.value attribField="ini[{$section}][{$k}]"}
|
521 |
{include file="input.tpl" htmlName="ini[{$section}][{$k}][value]" htmlId="{$section}_{$k}_value" typeField=$templateAttribs.$section.$k wert=$config.$section.$k.value attribField="ini[{$section}][{$k}]"}
|
| 522 |
</div>
|
522 |
</div>
|
| 523 |
{/if}
|
523 |
{/if}
|
| 524 |
<div class="break"></div>
|
524 |
<div class="break"></div>
|
| 525 |
{else}
|
525 |
{else}
|
| 526 |
<div id="row__{$section}__{$k}">
|
526 |
<div id="row__{$section}__{$k}">
|
| Zeile 541... |
Zeile 541... |
| 541 |
<span class="ui-icon ui-icon-info" style="float:right;cursor:help" title="{$templateAttribs.$section.$k["@"].comment}"></span>
|
541 |
<span class="ui-icon ui-icon-info" style="float:right;cursor:help" title="{$templateAttribs.$section.$k["@"].comment}"></span>
|
| 542 |
{/if}
|
542 |
{/if}
|
| 543 |
</div>
|
543 |
</div>
|
| 544 |
</div>
|
544 |
</div>
|
| 545 |
<div style="float:left;margin-top:10px;width:70%;" class="rechts">
|
545 |
<div style="float:left;margin-top:10px;width:70%;" class="rechts">
|
| 546 |
{include file="common/input.tpl" htmlName="ini[{$section}][{$k}]" htmlId="{$section}_{$k}" typeField=$templateAttribs.$section.$k wert=$config.$section.$k}
|
546 |
{include file="input.tpl" htmlName="ini[{$section}][{$k}]" htmlId="{$section}_{$k}" typeField=$templateAttribs.$section.$k wert=$config.$section.$k}
|
| 547 |
</div>
|
547 |
</div>
|
| 548 |
</div>
|
548 |
</div>
|
| 549 |
<div class="break"></div>
|
549 |
<div class="break"></div>
|
| 550 |
{/if}
|
550 |
{/if}
|
| 551 |
{/foreach}
|
551 |
{/foreach}
|