From 2b2beeffd26640b580d64c6490d15e644d2aaecd Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 5 Feb 2023 14:05:32 +0100 Subject: [PATCH] Bug 32567: (QA follow-up) Fix some labelling inconsistencies This makes sure that the descriptions in the pull-downs always match for selected/unselected. This is not only for consistency, but will also ease translations as simple things like an additional space will create a new string to translate. Signed-off-by: Katrin Fischer --- .../value_builder/unimarc_field_100.tt | 54 +++++++------------ 1 file changed, 20 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt index da7018d38a..103e8949cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt @@ -50,11 +50,9 @@ [% END %] [% IF ( f2f ) %] - + [% ELSE %] - + [% END %] [% IF ( f2g ) %] @@ -179,7 +177,7 @@ [% END %] [% IF ( f6a ) %] - + [% ELSE %] [% END %] @@ -320,11 +318,9 @@ [% END %] [% IF ( f8e ) %] + selected="selected">e- multi-local (interstate departments, etc. below the national level) [% ELSE %] - + [% END %] [% IF ( f8f ) %] @@ -491,12 +487,10 @@ [% END %] [% IF ( f1211 ) %] - [% ELSE %] - [% END %] @@ -572,17 +566,15 @@ [% END %] [% IF ( f1311 ) %] - + [% ELSE %] - + [% END %] [% IF ( f1350 ) %] [% ELSE %] - + [% END %] @@ -623,15 +615,13 @@ [% END %] [% IF ( f15db ) %] - + [% ELSE %] [% END %] [% IF ( f15dc ) %] - + [% ELSE %] [% END %] @@ -641,16 +631,14 @@ [% END %] [% IF ( f15eb ) %] - + [% ELSE %] - + [% END %] [% IF ( f15ec ) %] - + [% ELSE %] - + [% END %] [% IF ( f15ed ) %] @@ -668,14 +656,12 @@ [% END %] [% IF ( f15eg ) %] - + [% ELSE %] [% END %] [% IF ( f15eh ) %] - + [% ELSE %] [% END %] @@ -750,7 +736,7 @@ [% END %] [% IF ( f15nb ) %] - + [% ELSE %] [% END %] @@ -765,7 +751,7 @@ [% END %] [% IF ( f15pa ) %] - + [% ELSE %] [% END %] -- 2.30.2