From e73e1cd92c1e79a25fbdea3247002739b79d27da Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Tue, 2 Mar 2021 05:12:37 +0200 Subject: [PATCH] Bug 27827: make the 'Authority type:' input field wider When adding a new authority type in the Staff client, the 'Authority type' input field is too narrow. If you enter something like "OOP_CORPUS" inside the textbox, you will have to scroll right and left inside the textbox in order to view its contents. This patch fixes that. Test plan: 1) Try to add a new authority type with name "OOP_CORPUS". Notice how the input field is too narrow and cannot contain the entire string. 2) Apply this patch. 3) Repeat step 1), this time the input field has been widened and can accommodate the entire string. Signed-off-by: Petro Vashchuk --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index 7aefc88de1..29b0092a75 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -74,7 +74,7 @@ [% authority_type.authtypecode | html %] [% ELSE %] - + Required [% END %] -- 2.28.0