update
This commit is contained in:
20
Admin/template/partial/HomeSite/Box.tpl
Normal file
20
Admin/template/partial/HomeSite/Box.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
<form action="{url HomeSite=Box}" id="sendForm" method="post" enctype="multipart/form-data" >
|
||||
|
||||
|
||||
{dropDownContainer title='Boxy'}
|
||||
{assign var=x value=1}
|
||||
|
||||
<div class="articlePreviewRight" >
|
||||
<div><img src="{$urlStatic}/upload/baner.jpg" alt="" /></div>
|
||||
<div><input type="file" name="box"></div>
|
||||
|
||||
{/dropDownContainer}
|
||||
|
||||
<div class="panelButtons">
|
||||
<input type="button" class="cancel" value="Anulij" name="" onclick="javascript:document.location.href='{url HomeSite=Box}'"/>
|
||||
|
||||
<input type="submit" class="button buttonZapisz" value="Zapisz" name="doBoxEdit"/>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
Reference in New Issue
Block a user