Bug 29967: extended width of description and opac description inputs on authorised_va...
authorLucas Gass <lucas@bywatersolutions.com>
Fri, 28 Jan 2022 20:19:08 +0000 (20:19 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 1 Feb 2022 07:55:40 +0000 (21:55 -1000)
To test:
-Go to Administration > Authorized values
-In any category, new or existing, look at an authoized value.
-The description and OPAC description inputs both have a maxlenght of 200 but you cannot see very many characters.
-Apply patch
-Look again, the inputs are much bigger and you can see many more characters.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt

index f27cced..d8215c8 100644 (file)
@@ -18,6 +18,7 @@ Authorized values &rsaquo; Administration &rsaquo; Koha
     fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
        fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
     fieldset.rows .ui-tabs-nav { margin-left : 10px; }
+    #lib, #lib_opac { width: 75% }
 </style>
 </head>