From 16d1dba9f97fa13b2e173dd01fc627f802260762 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Fri, 7 Oct 2011 11:50:07 -0400 Subject: [PATCH] Bug 6966 Patron Card Help Files This patch adds links to the manual to files in the patroncards folder. --- .../prog/en/modules/help/patroncards/edit-batch.tt | 2 ++ .../en/modules/help/patroncards/edit-layout.tt | 2 ++ .../en/modules/help/patroncards/edit-profile.tt | 2 ++ .../en/modules/help/patroncards/edit-template.tt | 2 ++ .../prog/en/modules/help/patroncards/home.tt | 2 ++ .../en/modules/help/patroncards/image-manage.tt | 2 ++ .../prog/en/modules/help/patroncards/manage.tt | 2 ++ 7 files changed, 14 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt index 9f982b3..00da73f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt @@ -8,4 +8,6 @@

To add a new batch, you want to click on the 'Batches' button at the top of your page and choose 'New Batch'

+

See the full documentation for the Patron Card Batches in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt index 40993ca..434f981 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt @@ -31,4 +31,6 @@

After saving, your layouts will appear on the 'Manage Layouts' page.

+

See the full documentation for the Patron Card Layouts in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt index 933b755..ef53d87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-profile.tt @@ -28,4 +28,6 @@

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.

+

See the full documentation for the Patron Card Profiles in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt index 0ef025e..55585a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-template.tt @@ -25,4 +25,6 @@ After saving, your templates will appear on the 'Manage Templates' page. +

See the full documentation for the Patron Card Templates in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt index 3cabee2..a50aba3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/home.tt @@ -17,4 +17,6 @@

The developers of the Patron Card Creator module hope you will find this an extremely useful tool. You are encouraged to submit any enhancement requests as well as any bugs via Koha Project Bugzilla.

+

See the full documentation for the Patron Card Creator in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt index b3a0e43..ca043ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt @@ -16,4 +16,6 @@

To delete one or multiple of these images, click the checkbox to the right of each image you want to delete and click the 'Delete' button.

+

See the full documentation for Managing Images in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt index 0629270..130487b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/manage.tt @@ -16,4 +16,6 @@

A batch is a collection of patrons for whom you want to generate cards.

+

See the full documentation for the Patron Card Creator in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.2.3