update
This commit is contained in:
34
Admin/template/partial/Setup/Edit.tpl
Normal file
34
Admin/template/partial/Setup/Edit.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
<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>
|
||||
</table>
|
||||
|
||||
{/dropDownContainer}
|
||||
<div class="cb"></div>
|
||||
<div class="panelButtons">
|
||||
<input type="button" value="Anuluj" name="cancel" class="cancel" onclick="document.location.href='{url _value=setup}';" />
|
||||
<input type="submit" value="Zapisz" name="addVariable" class="button buttonZapisz" />
|
||||
</div>
|
||||
</div><!-- /paddedContent -->
|
||||
</div><!-- /panelRightBody -->
|
||||
<div class="panelRightBottom">
|
||||
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="variableId" value="" />
|
||||
</form>
|
||||
Reference in New Issue
Block a user