From: Nicole Engard <[email protected]>

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 <[email protected]>
---
 .../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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to