nomenclature cleanup on email notification for subscriptions
authorJoshua Ferraro <jmf@liblime.com>
Fri, 29 Feb 2008 15:17:23 +0000 (10:17 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 29 Feb 2008 15:18:27 +0000 (09:18 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-alert-subscribe.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-serial-issues.tmpl

index d464832..f5457a3 100644 (file)
@@ -11,7 +11,7 @@
     <!-- TMPL_IF name="typeissue" -->
         <h1 class="catalogue">Subscribe issue recieve warning</h1>
             <form action="opac-alert-subscribe.pl" method="post">
-                <p>Do you want to be mailed when a new issue for this subscription arrives at the library ?</p>
+                <p>Do you want to receive an email when a new issue for this subscription arrives?</p>
                 <!-- TMPL_VAR name="bibliotitle" --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF --> arrive ?</p>
                 <input type="hidden" name="externalid" value="<!-- TMPL_VAR name="externalid" -->">
                 <input type="hidden" name="alerttype" value="issue">
@@ -25,7 +25,7 @@
     <!-- TMPL_IF name="typeissuecancel" -->
         <h1 class="catalogue">Unsubscribe</h1>
             <form action="opac-alert-subscribe.pl" method="post">
-                <p>Do you confirm you want to unsubscribe mail warning for this subscription ?</p>
+                <p>Please confirm that you do not want to receive email when a new issue arrives for this subscription</p>
                 <!-- TMPL_VAR name="bibliotitle" --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF --> ?</p>
                 <input type="hidden" name="externalid" value="<!-- TMPL_VAR name="externalid" -->">
                 <input type="hidden" name="alerttype" value="issue">
index 02989bc..23b626f 100755 (executable)
                 </td>
                 <td>    <!--TMPL_VAR Name="planneddate"-->
                 </td>
-                <td>    <!--TMPL_IF Name="status1"-->Waited
+                <td>    <!--TMPL_IF Name="status1"-->Awaited
                     <!--TMPL_ELSE -->
                     <!-- TMPL_IF Name="status2"-->Arrived
                     <!--TMPL_ELSE -->
index 0594855..95d6d0c 100644 (file)
     <!-- /TMPL_IF -->
     <!-- TMPL_IF name="letter" -->
         <!-- TMPL_IF name="hasalert" -->
-            You already follow this subscription <a href="opac-alert-subscribe.pl?op=cancel&amp;externalid=<!-- TMPL_VAR name="subscriptionid" -->&amp;alerttype=issue&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button" title="Cancel alert">
-                Cancel mail alert
+            You have subscribed to email notification on new issues <a href="opac-alert-subscribe.pl?op=cancel&amp;externalid=<!-- TMPL_VAR name="subscriptionid" -->&amp;alerttype=issue&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button" title="Cancel email notification">
+                Cancel email notification
             </a>
         <!-- TMPL_ELSE -->
-            <a href="opac-alert-subscribe.pl?externalid=<!-- TMPL_VAR name="subscriptionid" -->&amp;alerttype=issue&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button" title="Be alerted when an issue arrive at the library">
-                Be mailed when a new issue arrives at the library
+            <a href="opac-alert-subscribe.pl?externalid=<!-- TMPL_VAR name="subscriptionid" -->&amp;alerttype=issue&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button" title="Subscribe to email notification on new issues">
+                Subscribe to email notification on new issues
             </a>
         <!-- /TMPL_IF -->
     <!-- /TMPL_IF -->
 <!-- TMPL_INCLUDE name="usermenu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->