Bugzilla – Attachment 83996 Details for
Bug 22133
Wrong layout in OAI-PMH:archiveID syspref description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22133: Wrong layout in OAI-PMH:archiveID syspref description
Bug-22133-Wrong-layout-in-OAI-PMHarchiveID-syspref.patch (text/plain), 1.55 KB, created by
Devinim
on 2019-01-15 17:58:49 UTC
(
hide
)
Description:
Bug 22133: Wrong layout in OAI-PMH:archiveID syspref description
Filename:
MIME Type:
Creator:
Devinim
Created:
2019-01-15 17:58:49 UTC
Size:
1.55 KB
patch
obsolete
>From ce28789621608475716e852affc05b17f57a0ad7 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 15 Jan 2019 08:27:32 -0300 >Subject: [PATCH] Bug 22133: Wrong layout in OAI-PMH:archiveID syspref > description > >This patch fixes a trivial text layout problem on the syspref >description. > >To test: >- Search for the OAI-PMH:archiveID syspref on the staff interface >=> FAIL: Notice the colon is placed *after* the input, and looks weird. >- Apply this patch >- Reload the page >=> SUCCESS: The colon is placed *before* the input, and looks more >correct. >- Sign off :-D > >Signed-off-by: Devinim <kohadevinim@devinim.com.tr> >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >index 6b415f212c..bb6834ceb0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >@@ -20,9 +20,9 @@ Web services: > - "Koha's" > - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.' > - >- - Identify records at this site with the prefix >+ - "Identify records at this site with the prefix:" > - pref: "OAI-PMH:archiveID" >- - ": ." >+ - "." > - > - Only return > - pref: "OAI-PMH:MaxCount" >-- >2.11.0
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 22133
:
83950
| 83996