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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-3 / +2 lines)
Lines 87-93 Link Here
87
        <li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank | html %]" />
87
        <li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank | html %]" />
88
        </li>
88
        </li>
89
        [% IF (server.servertype||type) == 'zed' %]
89
        [% IF (server.servertype||type) == 'zed' %]
90
        <li><label for="attributes">Attributes (additional PQF attributes added to each query): </label><input type="text" name="attributes" id="attributes" size="30" value="[% server.attributes %]" />
90
        <li><label for="attributes">Attributes (additional PQF attributes added to each query): </label><input type="text" name="attributes" id="attributes" size="30" value="[% server.attributes | html %]" />
91
        </li>
91
        </li>
92
        [% END %]
92
        [% END %]
93
93
Lines 180-186 Link Here
180
                <span>Authority</span>
180
                <span>Authority</span>
181
                [% END %]
181
                [% END %]
182
            </td>
182
            </td>
183
            <td>[% loo.attributes %]</td>
183
            <td>[% loo.attributes | html %]</td>
184
            <td>
184
            <td>
185
                <div class="dropdown">
185
                <div class="dropdown">
186
                    <a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">
186
                    <a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">
187
- 

Return to bug 11297