[jboss-cvs] jboss-seam/examples/wiki/view/themes/default ...
Christian Bauer
christian at hibernate.org
Mon Jul 9 12:37:41 EDT 2007
User: cbauer
Date: 07/07/09 12:37:41
Modified: examples/wiki/view/themes/default template.xhtml
Log:
Make unit tests run on Embeddable JBoss
Revision Changes Path
1.30 +5 -0 jboss-seam/examples/wiki/view/themes/default/template.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- template.xhtml 6 Jul 2007 14:38:39 -0000 1.29
+++ template.xhtml 9 Jul 2007 16:37:41 -0000 1.30
@@ -158,7 +158,9 @@
// ###################### Design #################################
+ // TODO: This could be done a lot nicer
function clearContentBackground() {
+ /*
jQuery("#contentContainer").css("background", "none");
jQuery("#contentContainer").css("padding", "0 0 0 0");
jQuery("#contentContainer > div").css("background", "none");
@@ -166,9 +168,11 @@
jQuery("#contentContainer > div > div").css("background", "none");
jQuery("#contentContainer > div > div").css("padding", "0 0 0 0");
jQuery("#contentContainer > div > div").css("border", "none");
+ */
}
function clearDocumentBackground() {
+ /*
jQuery("#documentDisplayContainer").css("background", "none");
jQuery("#documentDisplayContainer").css("padding", "0 0 0 0");
jQuery("#documentDisplayContainer").css("padding", "0");
@@ -180,6 +184,7 @@
jsf("documentDisplay_").css("background", "none");
jsf("documentDisplay_").css("padding", "0 0 0 0");
jsf("documentDisplay_").css("border", "none");
+ */
}
</script>
More information about the jboss-cvs-commits
mailing list