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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-2 / +6 lines)
Lines 52-58 Link Here
52
      <div class="yui-b">
52
      <div class="yui-b">
53
      [% INCLUDE 'serials-toolbar.inc' %]
53
      [% INCLUDE 'serials-toolbar.inc' %]
54
54
55
      <h2>Serials subscriptions ([% total %] found)</h2>
55
      [% IF ( done_searched ) %]
56
        <h2>Serials subscriptions ([% total %] found)</h2>
57
      [% ELSE %]
58
        <h2>Serials subscriptions search</h2>
59
      [% END %]
60
56
      [% UNLESS ( done_searched ) %]
61
      [% UNLESS ( done_searched ) %]
57
      <div id="advsearch" style="padding-bottom:3em;">
62
      <div id="advsearch" style="padding-bottom:3em;">
58
        <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
63
        <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
59
- 

Return to bug 16950