@@ -, +, @@ bibliographic framework administration - In the list of tags for your selected MARC framework, the "Subfields," "Edit" and "Delete" items in the 'Actions' menu should look correct and work correctly. - Choose "Subfields" for any tag. In the list of subfields, the "Edit" and "Delete" buttons should look correct and work correctly. --- .../en/modules/admin/marc_subfields_structure.tt | 4 +-- .../prog/en/modules/admin/marctagstructure.tt | 38 ++++++++++++++-------- 2 files changed, 27 insertions(+), 15 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 @@ -285,8 +285,8 @@ [% IF ( loo.link ) %] | Link:[% loo.link %],[% END %] [% END %] - Edit - Delete + Edit + Delete [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -53,7 +53,7 @@ $(document).ready(function() { [% IF ( else ) %]
- New tag + New tag
[% END %]

MARC Framework for [% IF ( frameworkcode ) %][% frameworktext %] ([% frameworkcode %])[% ELSE %]default MARC framework[% END %]

@@ -122,10 +122,10 @@ $(document).ready(function() { - +
- +
[% END %] @@ -134,7 +134,7 @@ $(document).ready(function() {

Tag deleted

- +
[% END %] [% IF ( framework_create ) %] @@ -189,9 +189,7 @@ $(document).ready(function() { Repeatable Mandatory Auth value - Subfields - Edit - Delete + Actions @@ -211,9 +209,16 @@ $(document).ready(function() { [% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %] [% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %] [% loo.authorised_value %] - subfields - Edit - Delete + +
+ Actions + +
+ [% END %] [% ELSE %] @@ -224,9 +229,16 @@ $(document).ready(function() { [% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %] [% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %] [% loo.authorised_value %] - Subfields - Edit - Delete + +
+ Actions + +
+ [% END %] [% END %] --