Bugzilla – Attachment 137943 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.08 KB, created by
Lucas Gass (lukeg)
on 2022-07-20 16:58:19 UTC
(
hide
)
Description:
Bug 31204: Clearly indicate edit buttons are for record modification
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-07-20 16:58:19 UTC
Size:
2.08 KB
patch
obsolete
>From 535c18f262edad4180715a0df23fd3ecfe99a806 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. >--- > 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 8d952c869a..b948090cdd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -178,10 +178,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