update
This commit is contained in:
13
Admin/template/partial/Structure/Home.tpl
Normal file
13
Admin/template/partial/Structure/Home.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="panelRightTop"></div>
|
||||
<div class="panelRightBody">
|
||||
<div class="paddedContent">
|
||||
<form action="{url Structure=home}" name="form1" method="POST">
|
||||
<p>Wybierz serwis:</p>
|
||||
<select id="serwis" name="serwis" onchange="document.form1.submit();">
|
||||
<option value="1" {if $serwis == '1'}selected{/if}>Magalie</option>
|
||||
<option value="2" {if $serwis == '2'}selected{/if}>OBSŁUGA FIRM</option>
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{$editStructure}
|
||||
Reference in New Issue
Block a user