Bug 7987 [SIGNED-OFF] Fix typo in circulation template
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-detail.tt
index 8663c94..ebf2afc 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Serials &rsaquo; Details for Subscription #[% subscriptionid %]</title>
+<title>Koha &rsaquo; Serials &rsaquo; Details for subscription #[% subscriptionid %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 <script type="text/javascript">
 //<![CDATA[
@@ -38,11 +38,11 @@ $(document).ready(function() {
 //]]>
 </script>
 </head>
-<body>
+<body id="ser_subscription-detail" class="ser">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'serials-search.inc' %]
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Details for Subscription #[% subscriptionid %]</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Details for subscription #[% subscriptionid %]</div>
 
 <div id="doc3" class="yui-t2">
    
@@ -66,11 +66,11 @@ $(document).ready(function() {
                        <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
                        <input type="hidden" name="issueconfirmed" value="1" />
                        <input type="hidden" name="op" value="del" />
-                       <input type="submit" class="approve" value="Yes, Delete (Y)" accesskey="y" />
+            <input type="submit" class="approve" value="Yes, delete (Y)" accesskey="y" />
                        </form>
                        <form method="get" action="/cgi-bin/koha/serials/subscription-detail.pl">
                        <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
-                       <input type="submit" class="deny" value="No, Don't Delete (N)" accesskey="n" />
+            <input type="submit" class="deny" value="No, don't delete (N)" accesskey="n" />
                        </form>
 
        </div>
@@ -91,7 +91,7 @@ $(document).ready(function() {
                <ol>
                <li><span class="label">Subscription ID: </span>[% subscriptionid %]</li>
         <li><span class="label">Librarian identity:</span> [% librarian %]</li>
-        <li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% aqbooksellerid %]">[% aqbooksellername %]</a></li>
+        <li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid %]">[% aqbooksellername %]</a></li>
         <li><span class="label">Biblio:</span>  <a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% bibnum %]">[% bibliotitle %]</a> <i>([% bibnum %])</i></li>
 [% IF ( branchcode ) %]<li><span class="label">Library:</span> [% branchcode %]</li>[% END %]
         [% IF ( serialsadditems ) %]
@@ -107,10 +107,15 @@ $(document).ready(function() {
     <div class="rows">
         <ol>
         [% IF ( location ) %]<li><span class="label">Location:</span> [% location %]</li>[% END %]
-        [% IF ( callnumber ) %]<li><span class="label">Call Number:</span> [% callnumber %]</li>[% END %]
+        [% IF ( callnumber ) %]<li><span class="label">Call number:</span> [% callnumber %]</li>[% END %]
                [% IF ( staffdisplaycount ) %]<li><span class="label">Number of issues to display to staff:</span>[% staffdisplaycount %]</li>[% END %]
-               [% IF ( opacdisplaycount ) %]<li><span class="label">Number of issues to display to the public:</span>[% opacdisplaycount %]</li>[% END %]
-        [% IF ( letter ) %]<li><span class="label">Patron alert with:</span> [% letter %]</li>[% END %]
+        [% IF ( opacdisplaycount ) %]<li><span class="label">Number of issues to display in OPAC:</span>[% opacdisplaycount %]</li>[% END %]
+        [% IF ( letter ) %]
+            <li>
+                <span class="label">Patron notification:</span> [% letter %]
+                (<a href="/cgi-bin/koha/serials/viewalerts.pl?subscriptionid=[% subscriptionid %]">subscribers</a>)
+            </li>
+        [% END %]
         [% IF ( hasRouting ) %]<li><span class="label">Routing:</span> yes</li>[% END %]
      </ol>
      </div>
@@ -140,7 +145,7 @@ $(document).ready(function() {
                         1/day
                 [% END %]
                 [% IF ( periodicity13 ) %]
-                        3/week
+                        1/4 months (3/year)
                 [% END %]
                 [% IF ( periodicity2 ) %]
                         1/week
@@ -152,10 +157,10 @@ $(document).ready(function() {
                         1/3 weeks
                 [% END %]
                 [% IF ( periodicity5 ) %]
-                        1/Month
+                        1/month
                 [% END %]
                 [% IF ( periodicity6 ) %]
-                        1/2 Months (6/year)
+                        1/2 months (6/year)
                 [% END %]
                 [% IF ( periodicity7 ) %]
                         1/quarter
@@ -186,16 +191,16 @@ $(document).ready(function() {
                     Number only
                 [% END %]
                 [% IF ( numberpattern2 ) %]
-                    Volume, Number, Issue
+                    Volume, number, issue
                 [% END %]
                 [% IF ( numberpattern3 ) %]
-                    Volume, Number
+                    Volume, number
                 [% END %]
                 [% IF ( numberpattern4 ) %]
-                    Volume, Issue
+                    Volume, issue
                 [% END %]
                 [% IF ( numberpattern5 ) %]
-                    Number, Issue
+                    Number, issue
                 [% END %]
                 [% IF ( numberpattern8 ) %]
                     Year/Number
@@ -222,15 +227,17 @@ $(document).ready(function() {
             [% END %]
             </tr>
             <tr><td>Rollover:</td>
-                <td align="center">[% whenmorethan1 %]</td>
+                <td align="center">
+                    [% IF ( whenmorethan1 < 9999999 ) %][% whenmorethan1 %][% ELSE %]Never[% END %]
+                </td>
             [% IF ( whenmorethan2 ) %]
-                <td align="center">&nbsp; 
-                    [% whenmorethan2 %]
+                <td align="center">&nbsp;
+                    [% IF ( whenmorethan2 < 9999999 ) %][% whenmorethan2 %][% ELSE %]Never[% END %]
                 </td>
             [% END %]
             [% IF ( whenmorethan3 ) %]
-                <td align="center">&nbsp; 
-                    [% whenmorethan3 %]
+                <td align="center">&nbsp;
+                    [% IF ( whenmorethan3 < 9999999 ) %][% whenmorethan3 %][% ELSE %]Never[% END %]
                 </td>
             [% END %]
             </tr>
@@ -293,7 +300,7 @@ $(document).ready(function() {
                 </tr>
                 <tr>
                     <td>
-                            Inner Counter
+                            Inner counter
                     </td>
                     <td>[% innerloop1 %]</td>
                     <td>[% innerloop2 %]</td>
@@ -342,7 +349,7 @@ $(document).ready(function() {
                             Missing
                         [% END %]
                         [% IF ( serialslis.status5 ) %]
-                            Not Available
+                            Not available
                         [% END %]
                         [% IF ( serialslis.status7 ) %]
                             Claimed
@@ -366,7 +373,7 @@ $(document).ready(function() {
             <li><span class="label">Received issues:</span>[% recievedlist %]</li>
             <li><span class="label">Missing issues:</span>[% missinglist %]</li>
             <li><span class="label">Nonpublic note:</span>[% internalnotes %]</li>
-            <li><span class="label">Public note:</span>[% notes %]</li>
+            <li><span class="label">OPAC note:</span>[% notes %]</li>
             <li><span class="label">History staff note</span>[% librariannote %]</li>
             <li><span class="label">History OPAC note</span>[% opacnote %]</li>
         </ol>