Bugzilla – Attachment 18095 Details for
Bug 9533
batch item modification should ignore defaults
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9533: Use default values by default
PASSED-QA-Bug-9533-Use-default-values-by-default.patch (text/plain), 1.40 KB, created by
Katrin Fischer
on 2013-05-12 12:06:49 UTC
(
hide
)
Description:
[PASSED QA] Bug 9533: Use default values by default
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-12 12:06:49 UTC
Size:
1.40 KB
patch
obsolete
>From 8c5d57ef10442075a35d3ec0bcf74d764c4cfa6b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 3 May 2013 16:14:20 +0200 >Subject: [PATCH] [PASSED QA] Bug 9533: Use default values by default > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Simple template change checking the checkbox by default. >--- > .../prog/en/modules/tools/batchMod.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >index 3f9b313..ce18d31 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt >@@ -49,7 +49,7 @@ > <ol class="radio"> > <li> > <label> >- <input type="checkbox" name="use_default_values" id="use_default_values" /> >+ <input type="checkbox" name="use_default_values" id="use_default_values" checked="checked" /> > Populate fields with default values from default framework > </label> > </li> >-- >1.7.9.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 9533
:
17498
|
17500
|
17869
|
17870
|
17879
|
17931
|
17940
|
18094
|
18095