From 6231126430af15285f86ee08ca29fe1ba2c9887a Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Wed, 17 Nov 2010 08:38:13 -0500 Subject: [PATCH] Fix more overflow issues in PDF files. --- 1.6/development/customize_opac.xml | 9 ++++++--- 1.6/development/supercat.xml | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/1.6/development/customize_opac.xml b/1.6/development/customize_opac.xml index 40dc8b97cd..bd3563a0c9 100644 --- a/1.6/development/customize_opac.xml +++ b/1.6/development/customize_opac.xml @@ -197,7 +197,8 @@ name='Default' csstype='color'/> specified in the CSS3 selector. Example of a slot formatter: - <td class='rdetail_item' id='rdetail_online' type='opac/slot-data' query='volumes volume uris uri' join=", "> + <td class='rdetail_item' id='rdetail_online' type='opac/slot-data' + query='volumes volume uris uri' join=", "> <script type='opac/slot-format'><![CDATA[ var link = '<a href="' + item.getAttribute('href') + '">' + item.getAttribute('label') + '</a>'; if (item.getAttribute('use_restriction')) @@ -217,7 +218,8 @@ name='Default' csstype='color'/> dojo.require('openils.BibTemplate'); // Tell Dojo to load BibTemplate, if it is not already loaded - // Create a renderer supplying the record id and the short name of the org unit, if known, and call the render() method + // Create a renderer supplying the record id and the short name of the org unit, if known, + // and call the render() method new openils.BibTemplate({ record : new CGI().param('r'), org_unit : here.shortname() }).render(); The argument hash supplied to the new openils.BibTemplate() constructor can have the following properties: @@ -311,7 +313,8 @@ name='Default' csstype='color'/>
Quick Catalog Search:
- + diff --git a/1.6/development/supercat.xml b/1.6/development/supercat.xml index e617ca0dbc..3d4c52f7c4 100644 --- a/1.6/development/supercat.xml +++ b/1.6/development/supercat.xml @@ -101,8 +101,8 @@ <hold:volumes xmlns:hold='http://open-ils.org/spec/holdings/v1'> <hold:volume id="tag:open-ils.org,2008:asset-call_number/130607" lib="FRRLS-FA" label="GUTCHEON BETH"> - <act:owning_lib id="tag:open-ils.org,2008:actor-org_unit/111" name="Fayette County Public Library"/> - <record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ + <act:owning_lib id="tag:open-ils.org,2008:actor-org_unit/111" name="Fayette County Public Library"/> + <record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd" id="tag:open-ils.org,2008:biblio-record_entry/21669/FRRLS-FA"> <leader>09319pam a2200961 a 4500</leader> @@ -116,7 +116,7 @@ </record> <record> .. - </record> + </record> </hold:volume> </hold:volumes> -- 2.43.2