Bugzilla – Attachment 13552 Details for
Bug 9076
Add ability to delete borrowers by expiration date and category code to cleanborrowers.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9076: Followup: FIX ergonomic issues
Bug-9076-Followup-FIX-ergonomic-issues.patch (text/plain), 2.83 KB, created by
Kyle M Hall (khall)
on 2012-11-20 13:46:49 UTC
(
hide
)
Description:
Bug 9076: Followup: FIX ergonomic issues
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-11-20 13:46:49 UTC
Size:
2.83 KB
patch
obsolete
>From 3cacfe0a5cfc08b24ced7e084b590e460a71bf31 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 20 Nov 2012 14:34:09 +0100 >Subject: [PATCH] Bug 9076: Followup: FIX ergonomic issues >Content-Type: text/plain; charset="utf-8" > >If no criteria is given, the form was submitted. >Labels were wrong > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/tools/cleanborrowers.tt | 10 ++++------ > 1 files changed, 4 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >index 0b745ce..5aa1865 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -12,14 +12,12 @@ > if((form.checkbox[0].checked)){ > if ( (!form.date1.value) && (!form.borrower_dateexpiry.value) && (!form.borrower_categorycode.value) ){ > alert(_("Please enter at least one criterion for deletion!")); >- document.form.date1.focus(); > return false; > } > } > if((form.checkbox[1].checked)){ > if(!(form.date2.value)){ > alert(_("please enter a date !")); >- document.form.date2.focus(); > return false; > } > } >@@ -57,9 +55,9 @@ > <form name="f1" onsubmit="return checkForm(this);" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post"> > <fieldset> > <legend>What do you want to do ?</legend> >- <h3><input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /> Delete borrowers</h3> >+ <h3><input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /><label for="checkborrower"> Delete borrowers</label></h3> > >- <label for="checkborrower">Who have not borrowed since:</label> >+ <label for="date1">Who have not borrowed since:</label> > <input size="10" id="date1" name="filterdate1" type="text" class="datepicker" /> > <span class="hint">[% INCLUDE 'date-format.inc' %]</span></p> > >@@ -77,8 +75,8 @@ > [% END %] > </select> > >- <h3><input id="checkissue" type="checkbox" name="checkbox" value="issue" /> Anonymize history</h3> >- <label for="checkissue">Anonymize check-out history older than</label> >+ <h3><input id="checkissue" type="checkbox" name="checkbox" value="issue" /><label for="checkissue"> Anonymize history</label></h3> >+ <label for="date2">Anonymize check-out history older than</label> > <input size="10" id="date2" name="filterdate2" type="text" class="datepicker" /> > <span class="hint">[% INCLUDE 'date-format.inc' %]</span></p> > >-- >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 9076
:
13449
|
13450
|
13491
|
13492
|
13541
|
13542
|
13551
|
13552
|
14008
|
14406
|
14407
|
14408
|
14409