[open-ils-commits] r19875 - branches/rel_2_1/Open-ILS/xsl (dbwells)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 28 14:33:14 EDT 2011


Author: dbwells
Date: 2011-03-28 14:33:10 -0400 (Mon, 28 Mar 2011)
New Revision: 19875

Modified:
   branches/rel_2_1/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
Log:
MARC View print problem workaround (LP Bug #742033)

Certain printers were failing to print from the MARC View in the staff client.  Adding a simple title to the view ended up being a successful workaround, and is unlikely to have negative consequences in any case.


Modified: branches/rel_2_1/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
===================================================================
--- branches/rel_2_1/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2011-03-28 18:32:46 UTC (rev 19874)
+++ branches/rel_2_1/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2011-03-28 18:33:10 UTC (rev 19875)
@@ -5,6 +5,7 @@
 	<xsl:template match="/">
 		<html>
 			<head>
+				<title>MARC</title>
 				<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
 
 				<style>



More information about the open-ils-commits mailing list