| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/content/sliders/details/modals/ |
Upload File : |
{*
Delete Slide Modal
It is triggered when the user clicks on the delete button in the slide panel header.
*}
{load_language_text section="admin_buttons" name="admin_buttons"}
{block name="admin_sliders_details_modals_delete_slide"}
<div class="delete-slide modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
{block name="admin_sliders_details_modals_delete_slide_header"}
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="{$admin_buttons.BUTTON_CLOSE}">
<span aria-hidden="true">×</span>
</button>
{block name="admin_sliders_details_modals_delete_slide_header_title"}
<h4 class="modal-title">{$txt.DELETE_SLIDE_MODAL_TITLE}</h4>
{/block}
</div>
{/block}
{block name="admin_sliders_details_modals_delete_slide_body"}
<div class="modal-body">
{$txt.DELETE_SLIDE_MODAL_TEXT}
</div>
{/block}
{block name="admin_sliders_details_modals_delete_slide_footer"}
<div class="modal-footer">
{block name="admin_sliders_details_modals_delete_slide_footer_cancle"}
<button type="button" class="btn btn-default" data-dismiss="modal">{$admin_buttons.BUTTON_CANCEL}</button>
{/block}
{block name="admin_sliders_details_modals_delete_slide_footer_delete"}
<button type="button" class="btn btn-primary confirm">{$admin_buttons.BUTTON_DELETE}</button>
{/block}
</div>
{/block}
</div>
</div>
</div>
{/block}