Bugzilla – Attachment 137955 Details for
Bug 31204
Edit dropdown on results.tt should indicate it is record modification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31204: Clearly indicate edit buttons are for record modification
Bug-31204-Clearly-indicate-edit-buttons-are-for-re.patch (text/plain), 2.14 KB, created by
Biblibre Sandboxes
on 2022-07-21 08:00:25 UTC
(
hide
)
Description:
Bug 31204: Clearly indicate edit buttons are for record modification
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2022-07-21 08:00:25 UTC
Size:
2.14 KB
patch
obsolete
>From 9ef6877e4fcc67ff75606254fff6a301256c6efc Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 20 Jul 2022 16:53:28 +0000 >Subject: [PATCH] Bug 31204: Clearly indicate edit buttons are for record > modification > >To test: >1. Apply patch >2. Do a search and select some records >3. On the toolbar (#selection_ops) open the Edit dropdown. >4. The labels should read 'Batch edit records' and 'Batch delete records'. > >Note: To see both you must have batchmod and batchdelete permission. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 9e90d7e4fb..e9e40c35b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -188,10 +188,10 @@ > [% IF ( CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_editcatalogue_edit_catalogue ) %] > <ul class="dropdown-menu"> > [% IF ( CAN_user_tools_records_batchmod ) %] >- <li><a class="results_batch_op" data-op="edit" href="#">Batch edit</a></li> >+ <li><a class="results_batch_op" data-op="edit" href="#">Batch edit records</a></li> > [% END %] > [% IF ( CAN_user_tools_records_batchdel ) %] >- <li><a class="results_batch_op" data-op="delete" href="#">Batch delete</a></li> >+ <li><a class="results_batch_op" data-op="delete" href="#">Batch delete records</a></li> > [% END %] > <li><a class="results_batch_op" data-op="merge" href="#">Merge records</a></li> > </ul> >-- >2.30.2
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 31204
:
137943
|
137955
|
137987