Bugzilla – Attachment 7158 Details for
Bug 7392
Add system preference to configure export options for OPAC detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7392: Follow-up
Bug-7392-Follow-up.patch (text/plain), 2.38 KB, created by
Katrin Fischer
on 2012-01-14 17:24:43 UTC
(
hide
)
Description:
Bug 7392: Follow-up
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-01-14 17:24:43 UTC
Size:
2.38 KB
patch
obsolete
>From e0f123dc8830a4e14162a80e1dfd5cd484fb4b77 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 14 Jan 2012 16:06:40 +0100 >Subject: [PATCH] Bug 7392: Follow-up > >Patch makes changes according to QA comments: >- entering an unknown format code will generate no entry in the OPAC pull down >- small change to the description of opaclayoutstylesheet system preference >--- > .../prog/en/modules/admin/preferences/opac.pref | 2 +- > .../prog/en/includes/opac-detail-sidebar.inc | 3 +-- > 2 files changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 1872b6e..8d1c394 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -132,7 +132,7 @@ OPAC: > class: file > - to override specified settings from the default stylesheet. Enter the filename (if the file is in the server's css directory) or a complete URL beginning with <code>http://</code> (if the file lives on a remote server). Leave blank to disable. > - >- - Use the CSS stylesheet [% opacthemelang %]/css/ >+ - Use the CSS stylesheet in <code>.../css/</code> > - pref: opaclayoutstylesheet > class: file > - on all pages in the OPAC, instead of the default (leave blank to disable). >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc >index bbcd54d..a563542 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-detail-sidebar.inc >@@ -52,7 +52,6 @@ > [% CASE 'marcstd' %]<option value="utf8">MARC (Unicode/UTF-8, Standard)</option> > [% CASE 'mods' %]<option value="mods">MODS (XML)</option> > [% CASE 'ris' %]<option value="ris">RIS</option> >- [% CASE %]<option value="[% option %]">[% option %]</option> > [% END %] > [% END %] > </select> >@@ -60,4 +59,4 @@ > <input type="hidden" name="bib" value="[% biblionumber %]" /> > <input type="submit" name="save" value="Go" /></form> > </div> >-[% END %] >\ No newline at end of file >+[% END %] >-- >1.7.5.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 7392
:
7000
|
7002
|
7003
|
7157
|
7158
|
7159
|
7170
|
7171
|
7571
|
7608
|
7609
|
7610
|
7616
|
10339