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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 225-231 Link Here
225
    [% IF id %]
225
    [% IF id %]
226
        You searched for record [% id %]
226
        You searched for record [% id %]
227
    [% ELSIF searchfield %]
227
    [% ELSIF searchfield %]
228
        You searched for [% searchfield %]
228
        You searched for [% searchfield |html %]
229
    [% END %]
229
    [% END %]
230
    <table id="serverst">
230
    <table id="serverst">
231
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th></th>
231
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th></th>
232
- 

Return to bug 19034