Show
Ignore:
Timestamp:
08/17/10 13:00:24 (21 months ago)
Author:
mszopinski
Message:

calendar, simple month display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ssme/trunk/web/WEB-INF/tags/flexContainer.tag

    r4035 r4044  
    55<%@ attribute name="width" type="java.lang.String" required="false" %> 
    66<%@ attribute name="height" type="java.lang.String" required="false" %> 
    7 <%@ attribute name="backgroundColor" type="java.lang.String" required="false" %> 
    87 
    9 <div id="${ id }_${ animationName }" class="flexContainer" style="width:${ width }; height:${ height }; background-color:${ backgroundColor };" /> 
     8<div id="${ id }_${ animationName }" class="flexContainer" style="width:${ width }; height:${ height };" />