Bugzilla – Attachment 112395 Details for
Bug 25834
Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attachment to Bug 25834 - Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
Bug-25834-Relabel-Search-to-add-to-Add-guarantor-o.patch (text/plain), 1.88 KB, created by
Lisette Scheer
on 2020-10-24 19:50:18 UTC
(
hide
)
Description:
Attachment to Bug 25834 - Relabel "Search to add" to "Search for guarantor" or "Add guarantor" on patron form
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2020-10-24 19:50:18 UTC
Size:
1.88 KB
patch
obsolete
>From 9444b9c890d04cab44194e80450e7939276ec192 Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisettes@latahlibrary.org> >Date: Sat, 24 Oct 2020 19:45:28 +0000 >Subject: [PATCH] Bug 25834: Relabel "Search to add" to "Add guarantor" on > patron form. > >The "search to add" label on the button for adding guarantors is a bit >hard to translate and is inaccessable. This patch updated the button >label to "Add guarantor" to fix these issues. > >To test: >1. Go to patrons >2. Add a new child patron >3. Observe the button with "search to add" >4. Save the patron >5. Edit the patron and observe the "search to add" button. >6. Apply patch. >7. Add a new patron >8. Observe new text on button. >9. Edit a child patron >10. Observe new text on button >11. Sign off >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 738afd604b..2db0de5408 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -530,7 +530,7 @@ legend:hover { > <input name="guarantor_firstname" id="guarantor_firstname" type="hidden" /> > > <li> >- <a href="#" id="guarantor_search" class="btn btn-default"><i class="fa fa-plus"></i> Search to add</a> >+ <a href="#" id="guarantor_search" class="btn btn-default"><i class="fa fa-plus"></i> Add guarantor</a> > </li> > > [% IF relationships && Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %] >-- >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 25834
:
112395
|
112473
|
112474