Bugzilla – Attachment 109530 Details for
Bug 25101
Add ability to skip previewing results when batch extending due dates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25101: (follow-up) Tick preview checkbox on by default
Bug-25101-follow-up-Tick-preview-checkbox-on-by-de.patch (text/plain), 1.51 KB, created by
Jonathan Druart
on 2020-09-02 13:06:17 UTC
(
hide
)
Description:
Bug 25101: (follow-up) Tick preview checkbox on by default
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-09-02 13:06:17 UTC
Size:
1.51 KB
patch
obsolete
>From 1cdd1d9c585fbfb3a5c7fcf636724480f3613204 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Wed, 15 Jul 2020 15:50:43 +0000 >Subject: [PATCH] Bug 25101: (follow-up) Tick preview checkbox on by default > >This would prevent any unintended batch renewals as it is easy >to miss the option in the screen. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >index 0a4d76ef5e..f3d8f4ad6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >@@ -102,7 +102,7 @@ > <ol> > <li> > <label for="preview_results">Preview results:</label> >- <input type="checkbox" name="preview_results" id="preview_results" /> >+ <input type="checkbox" name="preview_results" id="preview_results" checked /> > <span class="hint">This is not recommended when changing very large numbers of due dates.</span> > </li> > </ol> >-- >2.20.1
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 25101
:
102650
|
102654
|
106937
|
109292
|
109293
|
109294
|
109425
|
109529
| 109530