Bugzilla – Attachment 129970 Details for
Bug 29967
Increase size of description fields for authorized values in templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29967: extended width of description and opac description inputs on authorised_values.tt
Bug-29967-extended-width-of-description-and-opac-d.patch (text/plain), 1.43 KB, created by
David Nind
on 2022-01-29 10:44:46 UTC
(
hide
)
Description:
Bug 29967: extended width of description and opac description inputs on authorised_values.tt
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-01-29 10:44:46 UTC
Size:
1.43 KB
patch
obsolete
>From b57f7dc2c5b6a50df1971bfd4e7528cc16bfdf47 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 28 Jan 2022 20:19:08 +0000 >Subject: [PATCH] Bug 29967: extended width of description and opac description > inputs on authorised_values.tt > >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> >--- > .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index f27cced624..d8215c817b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/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% } > </style> > </head> > >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29967
:
129959
|
129970
|
129971