kohabug 2019 - display entire subfield label
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 21 Apr 2008 18:42:41 +0000 (13:42 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 21 Apr 2008 23:17:28 +0000 (18:17 -0500)
Don't truncate subfield label at 22 characters; instead
display whole label and wrap

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl

index 7b1b26e..baadc3f 100644 (file)
@@ -939,8 +939,13 @@ span.expired {
        font-style : italic;
 }
 
+div.tag {
+    clear: both;
+}
+
 div.subfield_line {
        padding-bottom : .3em;
+    clear: both;
 }
 
 div.subfield_line label {
@@ -1548,4 +1553,4 @@ span.permissiondesc {
 .autocomplete .sample-result { color: black; }
 .autocomplete .sample-query { color:#000; }
 #findborrower { position:static; width:335px; }
-#yborrowercontainer { text-align:left;width:335px; }
\ No newline at end of file
+#yborrowercontainer { text-align:left;width:335px; }
index 2c791b7..e2fb2ea 100644 (file)
@@ -589,7 +589,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ?
             
                 <!-- TMPL_UNLESS NAME="advancedMARCEditor" -->
                     <!-- TMPL_IF name="mandatory" --><span class="subfield_mandatory"><!-- /TMPL_IF -->
-                        <!-- TMPL_VAR NAME="marc_lib" -->
+                        <!-- TMPL_VAR NAME="marc_lib_plain" -->
                     <!-- TMPL_IF name="mandatory" --></span><!-- /TMPL_IF -->
                     </label>
                 <!-- /TMPL_UNLESS -->