Bugzilla – Attachment 115513 Details for
Bug 27475
Improve link text to define a patron card printer profile if none are defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27475: Improve link text to define a patron card printer profile if none are defined
Bug-27475-Improve-link-text-to-define-a-patron-car.patch (text/plain), 1.84 KB, created by
Martin Renvoize (ashimema)
on 2021-01-21 09:31:30 UTC
(
hide
)
Description:
Bug 27475: Improve link text to define a patron card printer profile if none are defined
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-01-21 09:31:30 UTC
Size:
1.84 KB
patch
obsolete
>From 6c57bf389a4a21d506dfc7822300f3547df3613a Mon Sep 17 00:00:00 2001 >From: James O'Keeffe <jamespfk@gmail.com> >Date: Wed, 20 Jan 2021 02:12:08 +0000 >Subject: [PATCH] Bug 27475: Improve link text to define a patron card printer > profile if none are defined > >This patch changes the text on the text link for defining a printer >profile to make it more clear. It does this by removing the "Click >here". > >Test plan: >1. Navigate from home -> tools -> patron card creator >2. Ensure you have no printer profiles >3. Select "new", and create a new card template >4. Note the text link "Click here to define a new printer profile" >5. Apply the patch, and repeat steps 1-3 >6. Note that the "Click here" has been removed. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-template.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >index 7d73d8b1ac..87ee53775b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >@@ -131,7 +131,7 @@ > [% END %] > </select> > [% ELSE %] >- <a href="/cgi-bin/koha/patroncards/edit-profile.pl?op=new">Click here to define a printer profile.</a> >+ <a href="/cgi-bin/koha/patroncards/edit-profile.pl?op=new">Define a printer profile.</a> > [% END %] > </li> > </ol> >-- >2.20.1
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 27475
:
115401
|
115447
| 115513