Bugzilla – Attachment 112748 Details for
Bug 26880
Add explanatory text to Add course reserve screens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26880: Add explanatory text to add course reserve pages
Bug-26880-Add-explanatory-text-to-add-course-reser.patch (text/plain), 2.41 KB, created by
Andrew Fuerste-Henry
on 2020-10-30 19:06:53 UTC
(
hide
)
Description:
Bug 26880: Add explanatory text to add course reserve pages
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2020-10-30 19:06:53 UTC
Size:
2.41 KB
patch
obsolete
>From 210fdf9f8cb84138408f0cd2cf515eafbb81b93b Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Date: Fri, 30 Oct 2020 19:03:18 +0000 >Subject: [PATCH] Bug 26880: Add explanatory text to add course reserve pages > >To test: >- go to course reserve add item and batch add items pages >- batch add has a little bit of explanation, add has none >- apply patch, restart, reload pages >- both pages have more text explaining how they work! > >"Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.<br> >Any items with existing course reserves will have their on reserve values updated." >--- > .../intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt | 5 ++++- > .../intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt | 1 + > 2 files changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >index 870c0905d8..9c12bc05db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >@@ -181,7 +181,10 @@ > > </ol> > </fieldset> >- >+ <p> >+ Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.<br> >+ Any items with existing course reserves will have their <em>on reserve</em> values updated. >+ </p> > <fieldset class="action"> > <input type="submit" id="submit" value="Save" class="submit focus" /> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt >index 185141bb1e..1da830054d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt >@@ -105,6 +105,7 @@ > </fieldset> > > <p> >+ Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.<br> > Any items with existing course reserves will have their <em>on reserve</em> values updated. > </p> > >-- >2.11.0
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 26880
:
112748
|
112749
|
112750
|
112775