Merge remote-tracking branch 'origin/new/bug_7548'
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / claims.tt
index 2d4cf10..f6acf09 100644 (file)
 </script>
 [% INCLUDE 'calendar.inc' %]
 </head>
-<body>
+<body id="ser_claims" class="ser">
     [% INCLUDE 'header.inc' %]
 [% UNLESS ( preview ) %]
     [% INCLUDE 'serials-search.inc' %]
 [% UNLESS ( letter ) %]<div class="dialog alert">No claims notice defined. <a href="/cgi-bin/koha/tools/letter.pl">Please define one</a>.</div>[% END %]
     <form id="claims" name="claims" action="claims.pl" method="post">
     <fieldset>
-           <label for="supplierid">Supplier: </label>
+           <label for="supplierid">Vendor: </label>
            <select id="supplierid" name="supplierid">
                [% FOREACH suploo IN suploop %]
                    [% IF ( suploo.selected ) %]
        <li>
            <label for="titlefilter">Title : </label>
            <input id="titlefilter" type="text" />
-           <label for="branchfilter">Branch: </label>
+           <label for="branchfilter">Library: </label>
            <select id="branchfilter" onchange="filterByBranch();">
             [% FOREACH branchloo IN branchloop %]
                 [% IF ( branchloo.selected ) %]
                     <th><input type="checkbox" id="CheckAll"></th>
                     [% END %]
                     <th>Vendor</th>
-                    <th>Branch</th>
+                    <th>Library</th>
                     <th>Title</th>
                     <th>Issue number</th>
                     <th>Status</th>