Author: akushunin
Date: 2007-07-26 06:17:08 -0400 (Thu, 26 Jul 2007)
New Revision: 1864
Modified:
trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
span moved out side div
Modified: trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
---
trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2007-07-26
09:23:23 UTC (rev 1863)
+++
trunk/sandbox/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2007-07-26
10:17:08 UTC (rev 1864)
@@ -52,7 +52,9 @@
writePreloadBody(context, component);
/*]]>*/</jsp:scriptlet>
);
- </script> <jsp:scriptlet>
+ </script>
+ </div>
+ <jsp:scriptlet>
<![CDATA[
boolean popup = getUtils().isBooleanAttribute(component, "popup");
if (popup) {]]>
@@ -92,5 +94,4 @@
}
]]>
</jsp:scriptlet>
- </div>
</f:root>
Show replies by date