Bugzilla – Attachment 59836 Details for
Bug 18042
Update buttons in batch record modification and deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18042: Updating buttons in batch record modification and deletion
Bug-18042-Updating-buttons-in-batch-record-modific.patch (text/plain), 3.45 KB, created by
Aleisha Amohia
on 2017-02-02 23:44:43 UTC
(
hide
)
Description:
Bug 18042: Updating buttons in batch record modification and deletion
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-02-02 23:44:43 UTC
Size:
3.45 KB
patch
obsolete
>From f16fe4b20283d3d4fa125d42d3750e1c47e3d134 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 2 Feb 2017 23:43:05 +0000 >Subject: [PATCH] Bug 18042: Updating buttons in batch record modification and > deletion > >To test: >Create a test record that you can edit and delete. Go through each >process of modifying the record, then deleting the record - once before >applying the patch, and after apply the patch. Notice the difference in >buttons and confirm they all still work as expected. > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index 7962a9f..0f158cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -145,7 +145,7 @@ $(document).ready(function() { > </fieldset> > <fieldset class="action"> > <input type="hidden" name="op" value="list" /> >- <input type="submit" value="Continue" class="button" /> >+ <button type="submit" class="btn btn-default btn-sm">Continue</button> > <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> > </fieldset> > </form> >@@ -216,7 +216,7 @@ $(document).ready(function() { > <fieldset class="action"> > <input type="hidden" name="op" value="delete" /> > <input type="hidden" name="recordtype" value="[% recordtype %]" /> >- <input type="submit" value="Delete selected records" class="button" /> >+ <button type="submit" class="btn btn-default btn-sm">Delete selected records</button> > <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a> > </fieldset> > </form> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 32034a5..d5d45fb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -167,7 +167,7 @@ $(document).ready(function() { > </fieldset> > <fieldset class="action"> > <input type="hidden" name="op" value="list" /> >- <input type="submit" value="Continue" class="button" /> >+ <button type="submit" class="btn btn-default btn-sm">Continue</button> > <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a> > </fieldset> > </form> >@@ -259,7 +259,7 @@ $(document).ready(function() { > <fieldset class="action"> > <input type="hidden" name="op" value="modify" /> > <input type="hidden" name="recordtype" value="[% recordtype %]" /> >- <input type="button" id="mainformsubmit" value="Modify selected records" class="button" /> >+ <button type="submit" class="btn btn-default btn-sm" id="mainformsubmit">Modify selected records</button> > <input type="hidden" name="runinbackground" id="runinbackground" value="" /> > <input type="hidden" name="completedJobID" id="completedJobID" value="" /> > <a class="cancel" href="/cgi-bin/koha/tools/batch_record_modification.pl">Cancel</a> >-- >2.1.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 18042
:
59836
|
59959