From 921fb16ac30f1d1a3446de0d851d683eaf3c50a7 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 13 Jan 2005 20:48:31 +0000 Subject: [PATCH] Synching with default tempalte --- .../npl/en/suggestion/acceptorreject.tmpl | 43 +++++++++++++++++++ .../suggestion/mail_suggestion_ACCEPTED.tmpl | 11 +++++ .../suggestion/mail_suggestion_AVAILABLE.tmpl | 11 +++++ .../suggestion/mail_suggestion_ORDERED.tmpl | 13 ++++++ .../suggestion/mail_suggestion_REJECTED.tmpl | 11 +++++ 5 files changed, 89 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/npl/en/suggestion/acceptorreject.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ACCEPTED.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_AVAILABLE.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ORDERED.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_REJECTED.tmpl diff --git a/koha-tmpl/intranet-tmpl/npl/en/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/npl/en/suggestion/acceptorreject.tmpl new file mode 100644 index 0000000000..c684a45b14 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/suggestion/acceptorreject.tmpl @@ -0,0 +1,43 @@ +Koha -- Suggestion Management + + + +
+ + +

Suggestions Management

+
+ + + + + + + + + class="highlight"> + + + + + +
StatusSuggestionSuggested by
+ + , by
+ © + ; Volume: + ; ISBN : ; Published by in in
+ +
+ , +
+

+ + + +
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ACCEPTED.tmpl b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ACCEPTED.tmpl new file mode 100644 index 0000000000..db86df7dff --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ACCEPTED.tmpl @@ -0,0 +1,11 @@ +Dear user, + +You have suggested that the library acquire by . + + reviewed your suggestion today, and found it interesting. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the book arrives at the library. + +If you have any questions, please email us at . + +Thank you, + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_AVAILABLE.tmpl b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_AVAILABLE.tmpl new file mode 100644 index 0000000000..7193a5c221 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_AVAILABLE.tmpl @@ -0,0 +1,11 @@ +Dear user, + +You have suggested that the library acquire by . + +We are pleased to inform you that the item is now part of the collection of the . + +If you have any questions, please email us at . + +Thank you, + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ORDERED.tmpl b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ORDERED.tmpl new file mode 100644 index 0000000000..428d14183e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_ORDERED.tmpl @@ -0,0 +1,13 @@ +Dear user, + +You have suggested that the library acquire by . + +We are pleased to inform you that the book has now been ordered. It should arrive soon, at which time it will be processed for addition to the collection. + +You will be notified again when the book is available. + +If you have any questions, please email us at + +Thank you, + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_REJECTED.tmpl b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_REJECTED.tmpl new file mode 100644 index 0000000000..7df84691ae --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/suggestion/mail_suggestion_REJECTED.tmpl @@ -0,0 +1,11 @@ +Dear user, + +You have suggested that the library acquire by . + + reviewed your request today, and has decided not to accept the suggestion at this time. + +If you have any questions, please email us at . + +Thank you, + + \ No newline at end of file -- 2.39.2