[open-ils-commits] r12303 - in branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml: . home (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 25 16:42:56 EST 2009


Author: dbs
Date: 2009-02-25 16:42:52 -0500 (Wed, 25 Feb 2009)
New Revision: 12303

Modified:
   branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/body.xml
   branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml
Log:
Language selector looks hilarious in craftsman in 1.4; this makes it a bit more sane


Modified: branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/body.xml
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/body.xml	2009-02-25 20:48:15 UTC (rev 12302)
+++ branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/body.xml	2009-02-25 21:42:52 UTC (rev 12303)
@@ -1,7 +1,4 @@
-<!--
-<body onload='init();' style='height: 100%; border: 2px solid black;'>
--->
-<body onload='init();'>
+<body class='tundra' onload='init();'>
 <div id='container'>
 	<div id='header'>
 		<table cellspacing='0' width='100%'>

Modified: branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml	2009-02-25 20:48:15 UTC (rev 12302)
+++ branches/rel_1_4/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml	2009-02-25 21:42:52 UTC (rev 12303)
@@ -1,4 +1,4 @@
-<body onload='init(); getId("home_adv_search_link").setAttribute("href", buildOPACLink({page:ADVANCED})); getId("home_myopac_link").setAttribute("href", buildOPACLink({page:MYOPAC}, false, true));'>
+<body class='tundra' onload='init(); getId("home_adv_search_link").setAttribute("href", buildOPACLink({page:ADVANCED})); getId("home_myopac_link").setAttribute("href", buildOPACLink({page:MYOPAC}, false, true));'>
 
 	<noscript>
 		<style type="text/css">#toptable { display: none; }</style>



More information about the open-ils-commits mailing list