[Koha-patches] [PATCH] Bug 4140 label edit template links to non-existent script

Colin Campbell colin.campbell at ptfs-europe.com
Mon Feb 8 19:25:19 CET 2010


changed link to point at labels script
---
 .../en/modules/labels/label-edit-template.tmpl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tmpl
index bb0e149..9a0747e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tmpl
@@ -153,7 +153,7 @@
                                         <!-- /TMPL_LOOP -->
                                         </select>
                                         <!-- TMPL_ELSE -->
-                                        <a href="/cgi-bin/koha/tools/tools-edit-profile.pl?op=new">Click here to define a printer profile.</a>
+                                        <a href="/cgi-bin/koha/labels/label-edit-profile.pl?op=new">Click here to define a printer profile.</a>
                                         <!-- /TMPL_IF -->
                                     </li>
                                 </ol>
-- 
1.6.6




More information about the Koha-patches mailing list