update
This commit is contained in:
45
Admin/template/partial/Structure/Delete.tpl
Normal file
45
Admin/template/partial/Structure/Delete.tpl
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
|
||||
<div class="panelRightTop"></div>
|
||||
<div class="panelRightBody">
|
||||
<div class="paddedContent">
|
||||
<div class="panelContentTop"><h2><a href="#" class="long"> </a></h2></div>
|
||||
<div class="panelContentBody">
|
||||
|
||||
|
||||
|
||||
<center>
|
||||
|
||||
{if !isset($deleteError)}
|
||||
{if !$deleteAction}
|
||||
Usunięto element.
|
||||
<br />
|
||||
<input type="button" value="OK" onclick="document.location='{url Structure=Index}'">
|
||||
{else}
|
||||
Nie można usunąć elementu. Proszę sprawdzić powiązania.<br />
|
||||
<input type="button" value="OK" onclick="document.location='{url Structure=Index}'">
|
||||
{/if}
|
||||
{else}
|
||||
Nie wybrano elementu.<br />
|
||||
<input type="button" value="OK" onclick="document.location='{url Structure=Index}'">
|
||||
{/if}
|
||||
|
||||
</center>
|
||||
</div>
|
||||
<div class="panelContentBottom"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panelRightBottom">
|
||||
<div class="panelButtons">
|
||||
{*
|
||||
<form method="post" action="">
|
||||
<input type="submit" class="button buttonAnuluj" value="" name=""/>
|
||||
|
||||
<input type="submit" class="button buttonPodglad" value="" name=""/>
|
||||
<input type="submit" class="button buttonZapisz" value="" name=""/>
|
||||
<input type="submit" class="button120 buttonZapiszIPublikuj" value="" name=""/>
|
||||
</form>
|
||||
*}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user