Bugzilla – Attachment 115401 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-c.patch (text/plain), 1.73 KB, created by
James O'Keeffe
on 2021-01-20 02:19:50 UTC
(
hide
)
Description:
Bug 27475 - Improve link text to define a patron card printer profile if none are defined
Filename:
MIME Type:
Creator:
James O'Keeffe
Created:
2021-01-20 02:19:50 UTC
Size:
1.73 KB
patch
obsolete
>From c7c8876eb8c6ad178e634c70ed6db9b4b67c435a 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. >--- > koha-tmpl/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.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 27475
:
115401
|
115447
|
115513