@@ -, +, @@ for confirmation of MARC subfield deletion - Click 'MARC structure' for a framework you can edit. - Click 'subfields' for a tag you can edit. - Click 'Delete' for a subfield you can delete. You should see a confirmation dialog styled like other "alert" type dialogs. - Test both canceling and confirming deletion to confirm that both function correctly. --- .../en/modules/admin/marc_subfields_structure.tt | 42 +++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -346,25 +346,29 @@ function populateHiddenCheckboxes(tab) { [% IF ( delete_confirm ) %] -

Confirm deletion of subfield [% tagsubfield %]?

-

Subfield: [% tagsubfield %]

-

Description: [% liblibrarian %]

- -
- - - - - -
- -
- - - - - -
+
+

Confirm deletion of subfield [% tagsubfield %]?

+

Subfield: [% tagsubfield %]

+

Description: [% liblibrarian %]

+ +
+ + + + + +
+ + +
+ + + + + +
+
+ [% END %] [% IF ( delete_confirmed ) %] --