http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7392
Jared Camins-Esakov <[email protected]> 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 <[email protected]> 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 <[email protected]> Signed-off-by: Marcel de Rooy <[email protected]> Resolved merge conflicts on sysprefs.sql and updatedatabase.pl. Signed-off-by: Jared Camins-Esakov <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
