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">Preselected (searched 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>Preselected</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>'Port' tells Koha what port to listen on to get results from this target.</li>
17
	<li>'Port' tells Koha what port to listen on to get results from this target.</li>
18
    <li>'Database' is the name of the database for Z39.50 targets. For SRU targets enter the path name part of the URL (the local part following domain and port). See also example below.</li>
18
    <li>'Database' is the name of the database for Z39.50 targets. For SRU targets enter the path name part of the URL (the local part following domain and port). See also example below.</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 'Preselected (searched by default)' 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. If this is left blank the targets will be in alphabetical order.</li>
21
    <li>'Rank' lets you enter where in the list you'd like this target to appear. If this is left blank the targets will be in alphabetical order.</li>
22
	<li>'Syntax' is the MARC flavor you use.</li>
22
	<li>'Syntax' is the MARC flavor you use.</li>
23
	<li>'Encoding' tells the system how to read special characters.</li>
23
	<li>'Encoding' tells the system how to read special characters.</li>
24
- 

Return to bug 12882