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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (-1 / +2 lines)
Lines 10-15 Link Here
10
10
11
[% IF ( total ) %]
11
[% IF ( total ) %]
12
<h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
12
<h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
13
<div class="page-section">
13
<table>
14
<table>
14
    <tr>
15
    <tr>
15
       <th>Title</th>
16
       <th>Title</th>
Lines 40-45 Link Here
40
        </tr>
41
        </tr>
41
    [% END %]
42
    [% END %]
42
    </table>
43
    </table>
44
</div>
43
[% ELSE %]
45
[% ELSE %]
44
46
45
    <div class="dialog message">
47
    <div class="dialog message">
46
- 

Return to bug 33136