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 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
94
- 

Return to bug 11297