Bugzilla – Attachment 18823 Details for
Bug 10396
Catalog stats shows calendar in callnumber field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10396 : Itemcallnumber and year of publication does not need datepicker fields in catalog stats form
Bug-10396--Itemcallnumber-and-year-of-publication-.patch (text/plain), 2.02 KB, created by
Sophie MEYNIEUX
on 2013-06-10 13:34:57 UTC
(
hide
)
Description:
Bug 10396 : Itemcallnumber and year of publication does not need datepicker fields in catalog stats form
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2013-06-10 13:34:57 UTC
Size:
2.02 KB
patch
obsolete
>From b237bc6d545b79626e067c58295863c421f5c92b Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Mon, 10 Jun 2013 15:32:57 +0200 >Subject: [PATCH] Bug 10396 : Itemcallnumber and year of publication does not > need datepicker fields in catalog stats form > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >index e1fc987..91391e8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >@@ -139,7 +139,7 @@ > <td>Koha full call number</td> > <td><input type="radio" name="Line" value="items.itemcallnumber" /></td> > <td><input type="radio" name="Column" value="items.itemcallnumber" /></td> >- <td><label for="from">From</label> <input type="text" name="Filter" id="from" /> <label for="to">To</label> <input type="text" name="Filter" id="to" /></td> >+ <td><label for="callnoFrom">From</label> <input type="text" name="Filter" id="callnoFrom" /> <label for="callnoTo">To</label> <input type="text" name="Filter" id="callnoTo" /></td> > </tr> > <tr> > <td> </td> >@@ -182,7 +182,7 @@ > <td>Publication year</td> > <td><input type="radio" name="Line" value="publicationyear" /></td> > <td><input type="radio" name="Column" value="publicationyear" /></td> >- <td><label for="fromRO">From</label> <input type="text" name="Filter" id="fromRO" /> <label for="toRO">To</label> <input type="text" name="Filter" id="toRO" /></td> >+ <td><label for="pubyearFrom">From</label> <input type="text" name="Filter" id="pubYearFrom" /> <label for="pubyearTo">To</label> <input type="text" name="Filter" id="pubyearTo" /></td> > </tr> > <tr> > <td>Home library</td> >-- >1.7.10.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 10396
:
18628
|
18681
|
18823
|
18832
|
19032