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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +3 lines)
Lines 160-165 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
160
        [% END %]
160
        [% END %]
161
    [% END %]</tbody>
161
    [% END %]</tbody>
162
</table>
162
</table>
163
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try Another Search"/></form></p>
163
    [% ELSE %]
164
    [% ELSE %]
164
        [% IF ( emptyserverlist ) %]
165
        [% IF ( emptyserverlist ) %]
165
            You didn't select any Z39.50 target.
166
            You didn't select any Z39.50 target.
Lines 168-174 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
168
                Connection failed to [% errcon.server %]
169
                Connection failed to [% errcon.server %]
169
            [% END %]
170
            [% END %]
170
        [% END %]
171
        [% END %]
171
	<p>Nothing found. <a href="/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[% biblionumber %]">Try another search</a>.</p>
172
	<p>Nothing found.</p>
173
	<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try Another Search"/></form></p>
172
    [% END %]
174
    [% END %]
173
175
174
176
175
- 

Return to bug 6380