From 64c3066282e6a42a227c34def04b1014990eb31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 3 Dec 2015 00:10:28 +0100 Subject: [PATCH] Bug 15233: (followup) Remove 2 sentences. This patch removes 2 sentences (see comment #8) --- .../intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index 39a507a..e2cae0e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -250,7 +250,7 @@ function displayMoreConstraint(numlayer){ [% IF ( else ) %]

Authority MARC subfield structure admin for [% tagfield | html %] (authority: [% authtypecode | html%])

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, and a Koha interface. This link ensures that both DB are synchronized.

+

The column 'Koha field' shows that the subfield is linked with a Koha field.

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index 57a73b0..bd76f43 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -380,7 +380,7 @@ function populateHiddenCheckboxes(tab) { [% IF ( else ) %]

MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode %])[% ELSE %](default framework)[% END %]

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, and a Koha interface. This link ensures that both DB are synchronized.

+

The column 'Koha field' shows that the subfield is linked with a Koha field.

-- 1.7.10.4