@@ -, +, @@ --- .../prog/en/modules/tools/marc_modification_templates.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -194,9 +194,12 @@ function clearFormElements(divId) { } +function confirmDeleteAction() { + return confirm(_("Are you sure you wish to delete this template action?")); +} + function confirmDelete() { - var agree = confirm(_("Are you sure you wish to delete this template?")); - return agree; + return confirm(_("Are you sure you wish to delete this template?")); } var modaction_legend_innerhtml; @@ -443,7 +446,7 @@ function setSelectByValue( selectId, value ) { "[% ActionsLoo.conditional_regex |replace('\\\\', '\\\\') |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]", "[% ActionsLoo.description |replace('\\\\', '\\\\') |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]" );updateAllEvery();'>Edit - Delete + Delete [% END %] --