Bugzilla – Attachment 59177 Details for
Bug 17929
You can't edit indicators in the cataloging screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17929 You can't edit indicators in the cataloging screen
Bug-17929-You-cant-edit-indicators-in-the-catalogi.patch (text/plain), 2.64 KB, created by
Caitlin Goodger
on 2017-01-18 20:44:22 UTC
(
hide
)
Description:
Bug 17929 You can't edit indicators in the cataloging screen
Filename:
MIME Type:
Creator:
Caitlin Goodger
Created:
2017-01-18 20:44:22 UTC
Size:
2.64 KB
patch
obsolete
>From 71bca2d1c5ba01494fbeeebff6352915612eefbc Mon Sep 17 00:00:00 2001 >From: Caitlin Goodger <caitlingoodger.student@wegc.school.nz> >Date: Wed, 18 Jan 2017 20:37:16 +0000 >Subject: [PATCH] Bug 17929 You can't edit indicators in the cataloging screen > >Test Plan >1: Find a Bibiographical record and go to edit record >2: You won't be able to type into the indicators >3: Apply the patch >4: Refresh the page and now the boxes should be bigger so that you can >type into there. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 7a50096..4d79ff5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -572,7 +572,7 @@ function Changefwk() { > [% IF ( innerloo.fixedfield ) %] > <input type="text" > tabindex="1" >- class="indicator flat" >+ class="content-box flat" > style="display:none;" > name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]" > size="1" >@@ -580,7 +580,7 @@ function Changefwk() { > value="[% innerloo.indicator1 %]" /> > <input type="text" > tabindex="1" >- class="indicator flat" >+ class="content-box flat" > style="display:none;" > name="tag_[% innerloo.tag %]_indicator2_[% innerloo.index %][% innerloo.random %]" > size="1" >@@ -589,14 +589,14 @@ function Changefwk() { > [% ELSE %] > <input type="text" > tabindex="1" >- class="indicator flat" >+ class="content-box flat" > name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]" > size="1" > maxlength="1" > value="[% innerloo.indicator1 %]" /> > <input type="text" > tabindex="1" >- class="indicator flat" >+ class="content-box flat" > name="tag_[% innerloo.tag %]_indicator2_[% innerloo.index %][% innerloo.random %]" > size="1" > maxlength="1" >-- >2.1.4
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 17929
:
59177
|
59195
|
59196
|
59355
|
59356
|
59487
|
59620