From 777680af4b1efa99a613b8b6fb4e91890b9561fb Mon Sep 17 00:00:00 2001 From: oleonard Date: Fri, 22 Jul 2005 16:46:26 +0000 Subject: [PATCH] New programmer templates --- .../prog/en/suggestion/acceptorreject.tmpl | 40 +++++++++++++++++++ .../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, 86 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ACCEPTED.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_AVAILABLE.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ORDERED.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_REJECTED.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl new file mode 100644 index 0000000000..5cf77e17b8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/suggestion/acceptorreject.tmpl @@ -0,0 +1,40 @@ +Suggestion Management + + + +

Suggestions Management

+
+ + + + + + + + + class="highlight"> + + + + + +
StatusSuggestionSuggested by
+ + , by
+ © + ; Volume: + ; ISBN : ; Published by in in
+ +
+ , +
+ +
+ + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ACCEPTED.tmpl b/koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ACCEPTED.tmpl new file mode 100644 index 0000000000..db86df7dff --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/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/prog/en/suggestion/mail_suggestion_AVAILABLE.tmpl b/koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_AVAILABLE.tmpl new file mode 100644 index 0000000000..7193a5c221 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/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/prog/en/suggestion/mail_suggestion_ORDERED.tmpl b/koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_ORDERED.tmpl new file mode 100644 index 0000000000..428d14183e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/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/prog/en/suggestion/mail_suggestion_REJECTED.tmpl b/koha-tmpl/intranet-tmpl/prog/en/suggestion/mail_suggestion_REJECTED.tmpl new file mode 100644 index 0000000000..7df84691ae --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/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.5