[open-ils-commits] r12469 - in trunk/Open-ILS/web/opac/skin/craftsman/xml: . home (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Mar 8 13:32:18 EDT 2009
Author: dbs
Date: 2009-03-08 13:32:15 -0400 (Sun, 08 Mar 2009)
New Revision: 12469
Modified:
trunk/Open-ILS/web/opac/skin/craftsman/xml/body.xml
trunk/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml
Log:
Craftsman needs class="tundra" for Dojo and init() has been moved into dojo.addOnLoad().
Modified: trunk/Open-ILS/web/opac/skin/craftsman/xml/body.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/craftsman/xml/body.xml 2009-03-08 17:04:34 UTC (rev 12468)
+++ trunk/Open-ILS/web/opac/skin/craftsman/xml/body.xml 2009-03-08 17:32:15 UTC (rev 12469)
@@ -1,7 +1,4 @@
-<!--
-<body onload='init();' style='height: 100%; border: 2px solid black;'>
--->
-<body onload='init();'>
+<body class="tundra">
<div id='container'>
<div id='header'>
<table cellspacing='0' width='100%'>
Modified: trunk/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml 2009-03-08 17:04:34 UTC (rev 12468)
+++ trunk/Open-ILS/web/opac/skin/craftsman/xml/home/index_body.xml 2009-03-08 17:32:15 UTC (rev 12469)
@@ -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">
<noscript>
<style type="text/css">#toptable { display: none; }</style>
More information about the open-ils-commits
mailing list