Bugzilla – Attachment 31437 Details for
Bug 12882
Translations: Resolve ambiguity for word "checked" in Z39.50 server administration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12882 - Translations: Resolve ambiguity for word "checked"
Bug-12882---Translations-Resolve-ambiguity-for-wor.patch (text/plain), 3.22 KB, created by
Marc Véron
on 2014-09-07 17:05:29 UTC
(
hide
)
Description:
Bug 12882 - Translations: Resolve ambiguity for word "checked"
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-09-07 17:05:29 UTC
Size:
3.22 KB
patch
obsolete
>From b141b88494705f9d86b6bdc63399298a6225f580 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 7 Sep 2014 18:51:02 +0200 >Subject: [PATCH] Bug 12882 - Translations: Resolve ambiguity for word > "checked" > >This patch resolves the ambiguity of the word "Checked" for Z39.50 server administration. > >To test: >Apply patch >In staff client, go to Home:Administration:Z39.50/SRU servers >Result: Column heading of 6th column should show "Default search" (instead of "Checked") > >Edit or create new server for Z39.50 and SRU >Result: Checkbox underneath "Password" should have label "Search by default:" > >Click "Help" at top right of screen >Result: Wording changed for selecting targets as default. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >index 79643c2..809cffb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -127,7 +127,7 @@ > </li> > <li><label for="password">Password: </label> <input type="text" name="password" id="password" value="[% server.password %]" /> > </li> >- <li><label for="checked">Checked (searched by default): </label> >+ <li><label for="checked">Search by default: </label> > [% IF ( server.checked ) %] > <input type="checkbox" name="checked" id="checked" value="1" checked="checked" /> > [% ELSE %] >@@ -212,7 +212,7 @@ > You searched for [% searchfield %] > [% END %] > <table id="serverst"> >- <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> >+ <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> > </tr></thead> > <tbody> > [% FOREACH loo IN loop %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >index ad5829f..562d1d6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >@@ -17,7 +17,7 @@ > <li>'Hostname' will be the address to the Z39.50 target.</li> > <li>'Port' tells Koha what port to listen on to get results from this target.</li> > <li>'Userid' and 'Password' are only required for servers that are password protected.</li> >- <li>Check the 'Checked' box if you want this target to always be selected by default.</li> >+ <li>Check the 'Search by default' box if you want this target to always be selected by default.</li> > <li>'Rank' lets you enter where in the list you'd like this target to appear. > <ul> > <li>If this is left blank the targets will be in alphabetical order.</li> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12882
:
31437
|
31503
|
31506
|
31510