Bug 7839 follow-up fixing HTML4 coding guideline error
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 2 Aug 2012 10:06:05 +0000 (12:06 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 2 Aug 2012 10:06:05 +0000 (12:06 +0200)
(Capital cases only on 1st word)

koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt

index d505a33..04876dc 100644 (file)
 [% INCLUDE 'circ-toolbar.inc' %]
 
 <!-- Search Bar -->
-<p class="tip">Search Subscriptions:</p>
+<p class="tip">Search subscriptions:</p>
 <form action="/cgi-bin/koha/serials/serials-home.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter %]" /><input type="submit" value="Search" class="submit" />
 </form>
 <!-- Search Bar End -->
 
 <h1>
 [% IF ( countSubscrip ) %]
-[% countSubscrip %] Subscription Routing List(s)
+[% countSubscrip %] Subscription routing list(s)
 [% ELSE %]
-0 Subscription Routing Lists
+0 Subscription routing lists
 [% END %]
 </h1>
 
@@ -33,8 +33,8 @@
 <table id="subscriptiont">
               <thead>
                 <tr>
-                  <th>Subscription Title</th>
-                  <th>Routing List</th>
+                  <th>Subscription title</th>
+                  <th>Routing list</th>
                 </tr>
               </thead>
               <tbody>
@@ -48,7 +48,7 @@
                   </td>
                   <td>
                     <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscripLoop.subscriptionid %]"><strong>
-                    Edit Routing List
+                    Edit routing list
                       </strong>
                     </a>
                     <input type="hidden" name="biblionumber" value="[% biblionumber %]" />