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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +2 lines)
Lines 127-133 Link Here
127
        </li>
127
        </li>
128
        <li><label for="password">Password: </label> <input type="text" name="password" id="password" value="[% server.password %]" />
128
        <li><label for="password">Password: </label> <input type="text" name="password" id="password" value="[% server.password %]" />
129
        </li>
129
        </li>
130
        <li><label for="checked">Checked (searched by default): </label>
130
        <li><label for="checked">Search by default: </label>
131
        [% IF ( server.checked ) %]
131
        [% IF ( server.checked ) %]
132
            <input type="checkbox" name="checked" id="checked" value="1" checked="checked" />
132
            <input type="checkbox" name="checked" id="checked" value="1" checked="checked" />
133
        [% ELSE %]
133
        [% ELSE %]
Lines 212-218 Link Here
212
        You searched for [% searchfield %]
212
        You searched for [% searchfield %]
213
    [% END %]
213
    [% END %]
214
    <table id="serverst">
214
    <table id="serverst">
215
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Checked</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th>
215
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Default search</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th>
216
        </tr></thead>
216
        </tr></thead>
217
        <tbody>
217
        <tbody>
218
        [% FOREACH loo IN loop %]
218
        [% FOREACH loo IN loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt (-2 / +1 lines)
Lines 17-23 Link Here
17
	<li>'Hostname' will be the address to the Z39.50 target.</li>
17
	<li>'Hostname' will be the address to the Z39.50 target.</li>
18
	<li>'Port' tells Koha what port to listen on to get results from this target.</li>
18
	<li>'Port' tells Koha what port to listen on to get results from this target.</li>
19
	<li>'Userid' and 'Password' are only required for servers that are password protected.</li>
19
	<li>'Userid' and 'Password' are only required for servers that are password protected.</li>
20
	<li>Check the 'Checked' box if you want this target to always be selected by default.</li>
20
	<li>Check the 'Search by default' box if you want this target to always be selected by default.</li>
21
	<li>'Rank' lets you enter where in the list you'd like this target to appear.
21
	<li>'Rank' lets you enter where in the list you'd like this target to appear.
22
<ul>
22
<ul>
23
	<li>If this is left blank the targets will be in alphabetical order.</li>
23
	<li>If this is left blank the targets will be in alphabetical order.</li>
24
- 

Return to bug 12882