Bugzilla – Attachment 156008 Details for
Bug 34227
Add persistent selections and batch operations to item search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34227: (QA follow-up) Fix translation issue and add a space
Bug-34227-QA-follow-up-Fix-translation-issue-and-a.patch (text/plain), 2.25 KB, created by
Katrin Fischer
on 2023-09-21 20:41:48 UTC
(
hide
)
Description:
Bug 34227: (QA follow-up) Fix translation issue and add a space
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-21 20:41:48 UTC
Size:
2.25 KB
patch
obsolete
>From 574656f50f0e9d4f7423a128af73de57091a19f6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 21 Sep 2023 20:40:22 +0000 >Subject: [PATCH] Bug 34227: (QA follow-up) Fix translation issue and add a > space > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 06e60b17cf..33c0c11c11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -393,7 +393,7 @@ > + ' <a href="#" id="clear_all" class="btn btn-link"><i class="fa fa-times"></i> ' > + _("Clear selection") > + ' </a>' >- + ' <div class="btn-group"><button class="btn btn-default btn-sm dropdown-toggle" id="export-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' + _("Export all results to") + '<span class="caret"></span></button>' >+ + ' <div class="btn-group"><button class="btn btn-default btn-sm dropdown-toggle" id="export-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' + _("Export all results to") + ' <span class="caret"></span></button>' > + ' <ul class="dropdown-menu">' > + ' <li><a href="#" id="csvExportLink">' + _("CSV") + '</a></li>' > + ' <li><a href="#" id="barcodesExportLink">' + _("Barcode file") + '</a></li>' >@@ -418,7 +418,7 @@ > table += '' > + ' <div id="table_search_selections" class="btn-group" style="display:none;">' > + ' <span></span>' >- + ' <a href="#" id="clear-row-selection"><i class="fa fa-times"></i> Clear</a>' >+ + ' <a href="#" id="clear-row-selection"><i class="fa fa-times"></i> ' + _("Clear") + '</a>' > + ' </div>' > + ' </div>' > + ' <table id="results">' >-- >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 34227
:
153184
|
153208
|
153285
|
156007
| 156008 |
158061