From dd4f7a87d59b08eaa0362e9ab298bc79ff9ebf90 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 24 Dec 2009 21:35:43 -0500 Subject: [PATCH] Fix for Bug 2869, 'do not delete' marc framework tag - reverts to 'default' framework - "Do not delete" form was missing hidden framework code input. - Also added details to breadcrumb navigation Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 31e757d553..34153ef4b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl @@ -43,8 +43,10 @@ $(document).ready(function() { "> () +› "> () › Confirm Deletion of Tag '' +› "> () › Data Deleted @@ -94,7 +96,7 @@ $(document).ready(function() { " />" /> -
" method="get">
+
" method="get">" />
-- 2.39.2