Bugzilla – Attachment 33210 Details for
Bug 13190
Export checkout list does not work anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13190 [QA Followup] - Fix koha-qa.pl violations
SIGNED-OFF-Bug-13190-QA-Followup---Fix-koha-qapl-v.patch (text/plain), 2.20 KB, created by
Kyle M Hall (khall)
on 2014-11-04 18:08:20 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13190 [QA Followup] - Fix koha-qa.pl violations
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-11-04 18:08:20 UTC
Size:
2.20 KB
patch
obsolete
>From 605509004e6fe73e68b1fd6c0f453e495d0d48aa Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 4 Nov 2014 11:08:24 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 13190 [QA Followup] - Fix koha-qa.pl violations > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/includes/checkouts-table.inc | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index c9372da..fc6d4ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -27,10 +27,10 @@ > </thead> > [% INCLUDE 'checkouts-table-footer.inc' %] > </table> >- >+ > <label for="issues-table-load-immediately">Always show checkouts immediately</label> > <input id="issues-table-load-immediately" type="checkbox" /> >- >+ > <div id="issues-table-actions"> > <fieldset class="action"> > [% IF ( CAN_user_circulate_override_renewals ) %] >@@ -42,7 +42,7 @@ > <button class="btn" id="RenewCheckinChecked"><i class="icon-check"></i> Renew or return checked items</button> > <button class="btn" id="RenewAll"><i class="icon-book"></i> Renew all</button> > </fieldset> >- >+ > [% IF ( exports_enabled ) %] > <fieldset> > <label for="output_format"><b>Export checkouts using format:</b></label> >@@ -53,7 +53,7 @@ > <option value="csv">CSV</option> > [% END %] > </select> >- >+ > <label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> > <input type="hidden" name="op" value="export" /> > <input type="hidden" id="output_format" name="output_format" value="iso2709" /> >-- >1.7.2.5
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 13190
:
33166
|
33167
|
33169
|
33184
|
33205
|
33207
|
33208
|
33209
|
33210
|
33270
|
33271