45 lines
1.3 KiB
Smarty
45 lines
1.3 KiB
Smarty
|
|
|
|
<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> |