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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 162-168 Link Here
162
    [% END %]
162
    [% END %]
163
    <table id="serverst">
163
    <table id="serverst">
164
164
165
        <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>Attributes</th><th>Options</th>
165
        <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>Attributes</th><th>Actions</th>
166
        </tr></thead>
166
        </tr></thead>
167
        <tbody>
167
        <tbody>
168
        [% FOREACH loo IN loop %]
168
        [% FOREACH loo IN loop %]
169
- 

Return to bug 11297