Bugzilla – Attachment 47039 Details for
Bug 11405
Inventory tool enhancements [OMNIBUS]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11405 [5] - Fix html fieldset weirdness
Bug-11405-5---Fix-html-fieldset-weirdness.patch (text/plain), 1.82 KB, created by
Mark Tompsett
on 2016-01-20 19:34:48 UTC
(
hide
)
Description:
Bug 11405 [5] - Fix html fieldset weirdness
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-01-20 19:34:48 UTC
Size:
1.82 KB
patch
obsolete
>From f0b711b531905171de2a8c46f2068868170f4a8f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 16 Dec 2013 11:26:12 -0500 >Subject: [PATCH] Bug 11405 [5] - Fix html fieldset weirdness > >For unknown and unnecessary reasons, the inventory tool display will >attempt to merge the "select items you want to check" fieldset with the >bottom fieldset if no statuses are present. This situation is highly >unlikely and complicates the template logic. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 2d48c65..7cffb4e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -168,9 +168,10 @@ $(document).ready(function(){ > <li><label for="maxlocation">...and: </label> > <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" /> > </li> >- [% IF (statuses) %] > </ol> > </fieldset> >+ >+ [% IF (statuses) %] > <fieldset class="rows"> > <legend>Limit to items matching all the following statuses</legend> > <div id="statuses" style="display: block;"> >@@ -193,10 +194,10 @@ $(document).ready(function(){ > [% END %] > </div> > </fieldset> >- <fieldset class="rows wide"> >- <ol> > [% END %] > >+ <fieldset class="rows wide"> >+ <ol> > <li><label for="datelastseen">Inventory date:</label> > <input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepickerfrom" /> > </li> >-- >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 11405
:
23582
|
23583
|
23584
|
23585
|
23586
|
23587
|
24173
|
24174
|
24175
|
24176
|
24177
|
24178
|
25037
|
31250
|
31251
|
31252
|
31253
|
31254
|
31255
|
31256
|
40572
|
40573
|
40574
|
40575
|
40576
|
40577
|
40578
|
47027
|
47028
|
47029
|
47030
|
47031
|
47032
|
47033
|
47035
|
47036
|
47037
|
47038
| 47039 |
47040
|
47041
|
47106