Bug 18499: (QA follow-up) Add missing colon after label description
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 15 Feb 2020 01:15:35 +0000 (01:15 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 17 Feb 2020 11:25:15 +0000 (11:25 +0000)
To match the line above, a colon (:) was added after the description:

Callnumber classification scheme: [pull down]

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt

index 924cc30..e84f273 100644 (file)
@@ -22,7 +22,7 @@
         <input name="plugin_name" type="hidden" value="cn_browser.pl"/>
         <input name="popup" type="hidden" value="[% popup | html %]"/>
         </br>
-        <label for="cn_source">Callnumber classification scheme</label>
+        <label for="cn_source">Callnumber classification scheme:</label>
         <select name="cn_source" form="cn_browser">
             [% FOREACH class_source IN class_sources %]
                 [% IF class_source.cn_source == cn_source %]