From 631505e9e3fda0e4c00046372330ad72ee707f62 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 30 Mar 2011 10:40:13 -0400 Subject: [PATCH] Fix for Bug 5950 - changing frameworks doesn't change anymore Content-Type: text/plain; charset="utf-8" Selecting a framework from the dropdown menu has never (AFAICT) auto-submitted the form to change the framework. This patch reformats the form in order to make it clearer that this menu is part of the search function. --- .../prog/en/modules/admin/marctagstructure.tmpl | 29 +++++++++----------- 1 files changed, 13 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl index e587967..ef8d81c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl @@ -49,7 +49,7 @@ $(document).ready(function() { › "> () -› "> () +› "> ()Default MARC framework "> () › Confirm Deletion of Tag '' @@ -132,33 +132,30 @@ $(document).ready(function() { -
" method="post"> -

+

+ + " /> + + -

-

- - " /> - -

-

- + +

- -

+

+

NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/batchRebuildBiblioTables.pl script.

-- 1.7.3