[Koha-bugs] [Bug 7392] Add system preference to configure export options for OPAC detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 10 19:54:11 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7392

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7159|0                           |1
        is obsolete|                            |
   Attachment #7170|0                           |1
        is obsolete|                            |
   Attachment #7171|0                           |1
        is obsolete|                            |

--- Comment #13 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2012-02-10 18:54:11 UTC ---
Created attachment 7571
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7571
Bug 7345: Follow up: Adding the new export option to staff interface

NOTE: Patch depends on changes made for bug 7345 for the "marcstd" option.

It adds a new system preference 'OpacExportOptions':

The new system preference allows to give a list of | separated
values to define, which download options are offered in OPAC.
Possible options are listed in the system preference editor
and include the new export option 'marcstd' from bug 7345.

The sequence of the download options in the system preference will
be the sequence in the OPAC pull down.

If left empty, the export option will be hidden from OPAC.

This patch creates a new include file for the OPAC with all the
code that is common to the three detail views (regular, MARC, and
ISBD).

As a side effect of creating this include file, some inconsistencies
in OpacSearchForTitleIn were fixed. {BIBLIONUMBER} and {CONTROLNUMBER}
were broken for ISBD and MARC view before and should now be replaced
with the correct values in all tabs.

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
- Updating text only for description of opaccolorstylesheet and
  opaclayoutstylesheet.

Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Resolved merge conflicts on sysprefs.sql and updatedatabase.pl.
Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list