[Koha-patches] [PATCH] [SIGNED OFF] bug 5293 remove references to email on suggestions

Ian Walls ian.walls at bywatersolutions.com
Tue Oct 12 17:32:44 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

The purchase suggestions form in the opac says it will
send an email to the patron, but there is no such functionality
so I've removed that reference.

Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
---
 .../prog/en/modules/opac-suggestions.tmpl          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl
index ab5b753..3c8dd47 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl
@@ -74,8 +74,8 @@ $.tablesorter.addParser({
 <!-- TMPL_IF name="op_add" -->
     <h1>Enter a new purchase suggestion</h1>
 
-    <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion</p>
-    <p>Only the title is required, but the more information you enter the easier it will be for the librarians to find title you're requesting. The "Notes" field can be used to provide any additional information.</p>
+    <p>Please fill out this form to make a purchase suggestion. You can follow the progress of your suggestion by going to 'my purchase suggestions' once you are logged in.</p>
+    <p>Only the title is required, but the more information you enter the easier it will be for the librarians to find title you're requesting. The 'Notes' field can be used to provide any additional information.</p>
     <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
    <fieldset class="rows"> <ol>
     <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" size="50" maxlength="80" /></li>
-- 
1.5.6.5



More information about the Koha-patches mailing list