From c7c8876eb8c6ad178e634c70ed6db9b4b67c435a Mon Sep 17 00:00:00 2001 From: James O'Keeffe 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 %] [% ELSE %] - Click here to define a printer profile. + Define a printer profile. [% END %] -- 2.11.0