View | Details | Raw Unified | Return to bug 7957
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routinglist.tt (-2 / +1 lines)
Lines 175-181 $(document).ready(function() { Link Here
175
            </tbody>
175
            </tbody>
176
          </table>
176
          </table>
177
          [% UNLESS ( borrowers_loop ) %]
177
          [% UNLESS ( borrowers_loop ) %]
178
            <p id="noborrowersp">There is no borrowers in this routing list.</p>
178
            <p id="noborrowersp">There are no borrowers in this routing list.</p>
179
          [% END %]
179
          [% END %]
180
          <form action="/cgi-bin/koha/serials/routinglist.pl" method="post">
180
          <form action="/cgi-bin/koha/serials/routinglist.pl" method="post">
181
            <input type="hidden" id="borrowersids" name="borrowersids" value="[% borrowersids %]" />
181
            <input type="hidden" id="borrowersids" name="borrowersids" value="[% borrowersids %]" />
182
- 

Return to bug 7957