{combine_script id='common' load='footer' path='admin/themes/default/js/common.js'} {combine_script id='jquery.confirm' load='footer' require='jquery' path='themes/default/js/plugins/jquery-confirm.min.js'} {combine_css path="themes/default/js/plugins/jquery-confirm.min.css"} {footer_script} $(".delete-lang-button").each(function() { let title_msg = '{'Are you sure you want to delete the language "%s"?'|@translate|@escape:'javascript'}'; const confirm_msg = '{"Yes, I am sure"|@translate}'; const cancel_msg = '{"No, I have changed my mind"|@translate|@escape:'javascript'}'; let lang_name = $(this).closest(".languageBox").find('.languageName').html(); $(this).pwg_jconfirm_follow_href({ alert_title: title_msg.replace("%s", lang_name), alert_confirm: confirm_msg, alert_cancel: cancel_msg }); }); {/footer_script} {foreach from=$language_states item=language_state}
{/foreach}