Files
2026-04-24 15:32:21 +02:00

35 lines
1.2 KiB
Smarty

<div class="panelRightTop"></div>
<div class="panelRightBody">
<div class="paddedContent">
{dropDownContainer title="Zmienne systemowe"}
<form method="post" action="{url _value=setup}">
<table align="center" class="adminTable" cellpadding="2" cellspacing="2" style="width: 500px;">
<tr>
<td>nazwa zmiennej</td>
<td><input type="text" value="{if $objVariable}{$objVariable.variable}{/if}" name="variable" class="input" /></td>
</tr>
<tr>
<td>wartość zmiennej</td>
<td><input type="text" value="{if $objVariable}{$objVariable.value}{/if}" name="value" class="input" /></td>
</tr>
<tr>
<td>opis (opcjonalnie)</td>
<td><input type="text" value="{if $objVariable}{$objVariable.description}{/if}" name="description" class="input" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Zapisz" name="addVariable" class="button buttonZapisz" />
<input type="button" value="Anuluj" name="cancel" class="button buttonAnuluj" onclick="document.location.href='{url _value=setup}' " />
</td>
</tr>
</table>
{/dropDownContainer}
</div><!-- /paddedContent -->
</div><!-- /panelRightBody -->
<div class="panelRightBottom">
</div>
<input type="hidden" name="variableId" value="" />
</form>