@@ -, +, @@ inputs on authorised_values.tt -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. --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -18,6 +18,7 @@ Authorized values › Administration › 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% } --