Bugzilla – Attachment 5744 Details for
Bug 6966
Update Help Files for Koha 3.6 Release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6966 update help files for labels
Bug-6966-update-help-files-for-labels.patch (text/plain), 4.92 KB, created by
Nicole C. Engard
on 2011-10-06 16:03:48 UTC
(
hide
)
Description:
Bug 6966 update help files for labels
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-10-06 16:03:48 UTC
Size:
4.92 KB
patch
obsolete
>From d3f653b843b093f844fb9f3ca4338e852f9bcc8c Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Thu, 6 Oct 2011 12:03:21 -0400 >Subject: [PATCH] Bug 6966 update help files for labels > >This patch adds the manual links to the label maker >help files. >--- > .../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, 11 insertions(+), 1 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 7bddbbf..62a3335 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,4 +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.6/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 44d7fd5..23d1332 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,4 +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.6/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 ddf4d81..1d5627e 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.6/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 17e3cca..d5b2674 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,4 +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.6/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 ad7407e..fe90abb 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,4 +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.6/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 5449f67..8dc513d 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,4 +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.6/en/quicklabelcreator.html">manual</a> (online).</strong></p> >+ > [% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >-- >1.7.2.3
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 6966
:
5694
|
5704
|
5715
|
5716
|
5717
|
5718
|
5741
|
5742
|
5743
|
5744
|
5747
|
5748
|
5779
|
5782
|
5783
|
5784
|
5785
|
5786
|
5787
|
5788
|
5789
|
5790
|
6007
|
6184