[Koha-patches] [PATCH] Bug 10671: Update links in label help

Nicole C. Engard nengard at bywatersolutions.com
Tue Oct 15 21:01:03 CEST 2013


This patch updates the links in the label help
to point to the 3.14 manual.

To test:

Visit all label pages and click the help link
confirm that the manual links goes to the right place
---
 .../en/modules/help/labels/label-edit-batch.tt     |    2 +-
 .../en/modules/help/labels/label-edit-layout.tt    |    2 +-
 .../en/modules/help/labels/label-edit-profile.tt   |    2 +-
 .../en/modules/help/labels/label-edit-template.tt  |    2 +-
 .../prog/en/modules/help/labels/label-home.tt      |    2 +-
 .../prog/en/modules/help/labels/spinelabel-home.tt |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt
index 6326021..1832865 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt
@@ -22,6 +22,6 @@
 
 <p>After saving your file, simply print to the blank labels you have in your library.</p>
 
-<p><strong>See the full documentation for Label Batches in the <a href="http://manual.koha-community.org/3.12/en/labelcreator.html#labelbatches">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Label Batches in the <a href="http://manual.koha-community.org/3.14/en/labelcreator.html#labelbatches">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt
index c926ef6..a40ad97 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-layout.tt
@@ -12,6 +12,6 @@
 
 <p>After saving, your layouts will appear on the 'Manage Layouts' page.</p>
 
-<p><strong>See the full documentation for Label Layouts in the <a href="http://manual.koha-community.org/3.12/en/labelcreator.html#labellayouts">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Label Layouts in the <a href="http://manual.koha-community.org/3.14/en/labelcreator.html#labellayouts">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt
index d26aff6..01c680e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt
@@ -28,6 +28,6 @@
 
 <p>Once you have saved your new profile, you can return to the list of templates and choose to edit the template that this profile is for.</p>
 
-<p><strong>See the full documentation for Label Profiles in the <a href="http://manual.koha-community.org/3.12/en/labelcreator.html#labelprofiles">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Label Profiles in the <a href="http://manual.koha-community.org/3.14/en/labelcreator.html#labelprofiles">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt
index 2b9a7f9..f77ee65 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt
@@ -30,6 +30,6 @@
 
 <p>After saving, your templates will appear on the 'Manage Templates' page.</p>
 
-<p><strong>See the full documentation for Label Templates in the <a href="http://manual.koha-community.org/3.12/en/labelcreator.html#labeltemplates">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Label Templates in the <a href="http://manual.koha-community.org/3.14/en/labelcreator.html#labeltemplates">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt
index 8a520cc..312b181 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-home.tt
@@ -41,6 +41,6 @@
 
 <p>Batches are made up of the barcodes you would like to print. Once in this tool you can search for the item records you would like to print out labels for.</p>
 
-<p><strong>See the full documentation for the Label Creator in the <a href="http://manual.koha-community.org/3.12/en/labelcreator.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Label Creator in the <a href="http://manual.koha-community.org/3.14/en/labelcreator.html">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt
index 6706a4b..8a79ec8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/spinelabel-home.tt
@@ -11,6 +11,6 @@
 
 <p>To use this tool you simply need the barcode for the book you'd like to print the spine label for.</p>
 
-<p><strong>See the full documentation for Quick Spine Label Creator in the <a href="http://manual.koha-community.org/3.12/en/quicklabelcreator.html">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Quick Spine Label Creator in the <a href="http://manual.koha-community.org/3.14/en/quicklabelcreator.html">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
-- 
1.7.2.3



More information about the Koha-patches mailing list