From ddbc3037b727d3662cb51a42e1687425eff2ccb0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 Jul 2010 12:33:22 -0400 Subject: [PATCH] Fix for Bug 4933, Link to subfield's edit tab from subfield structure admin - Also corrects framework display in the case of the default --- .../en/modules/admin/marc_subfields_structure.tmpl | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl index 2ea58de..7873296 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl @@ -165,7 +165,7 @@ -

MARC subfield structure admin for (framework )

+

MARC subfield structure admin for (framework )(default framework)

This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.

The column Koha field shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, or a Koha interface. This link ensures that both DB are synchronized, thus you can change from a MARC to a Koha interface easily.

@@ -174,6 +174,7 @@ Subfield Text Constraints + Edit Delete @@ -182,7 +183,7 @@ - + &frameworkcode=#subfield"> @@ -207,7 +208,8 @@ | Link:, - ">Delete + &frameworkcode=#subfield">Edit + ">Delete -- 1.7.0.4