Bugzilla – Attachment 39022 Details for
Bug 14179
Field width for currency is wrong in the GUI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14179 - Update currency field's maxlength attribute
Bug-14179---Update-currency-fields-maxlength-attri.patch (text/plain), 1.43 KB, created by
Indranil Das Gupta
on 2015-05-10 23:12:25 UTC
(
hide
)
Description:
Bug 14179 - Update currency field's maxlength attribute
Filename:
MIME Type:
Creator:
Indranil Das Gupta
Created:
2015-05-10 23:12:25 UTC
Size:
1.43 KB
patch
obsolete
>From a5b9b1e8ee4a6eea4ecb402eab3b3931323c297e Mon Sep 17 00:00:00 2001 >From: Indranil Das Gupta <indradg@gmail.com> >Date: Mon, 11 May 2015 04:36:17 +0530 >Subject: [PATCH] Bug 14179 - Update currency field's maxlength attribute > >Updates 'maxlength' attribute of field 'currency' in the 'New >currency' addition form to 255 and brings it in sync with the >field width of corresponding `currency`.`currency` column. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index 57c38cf..dda6940 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -85,7 +85,7 @@ > <input type="hidden" name="currency" id="currency" value="[% searchfield %]" />[% searchfield %] > [% ELSE %] > <label for="currency" class="required">Currency: </label> >- <input type="text" name="currency" id="currency" size="50" maxlength="50" onblur="toUC(this);" required="required" class="required" /> <span class="required">Required</span> >+ <input type="text" name="currency" id="currency" size="50" maxlength="255" onblur="toUC(this);" required="required" class="required" /> <span class="required">Required</span> > [% END %] > </li> > <li> >-- >1.9.1
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 14179
:
39021
|
39022
|
39030
|
39031