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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-3 / +2 lines)
Lines 223-229 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
223
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" onclick="return validate_goto_page();" value="Go" />
223
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" onclick="return validate_goto_page();" value="Go" />
224
    </form>
224
    </form>
225
225
226
<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>
226
<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>
227
    [% ELSE %]
227
    [% ELSE %]
228
        [% IF ( errconn ) %]
228
        [% IF ( errconn ) %]
229
            <div class="dialog alert">
229
            <div class="dialog alert">
Lines 236-242 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
236
            </div>
236
            </div>
237
         [% END %]
237
         [% END %]
238
    <div class="dialog message"><h3>Nothing found</h3>
238
    <div class="dialog message"><h3>Nothing found</h3>
239
    <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>
239
    <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>
240
    [% END %]
240
    [% END %]
241
241
242
242
243
- 

Return to bug 12765