Changeset 1557
- Timestamp:
- 09/06/07 16:11:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1554 r1557 912 912 </xsl:otherwise> 913 913 </xsl:choose> 914 all day (anniversary)914 all day 915 915 916 916 <!-- floating event: no timezone (and not UTC) --> … … 1619 1619 <div id="raContent"> 1620 1620 <div class="dateStartEndBox" id="rdatesFormFields"> 1621 <!-- dateonly (anniversary)event: this is temporary - should be determined by the main event -->1621 <!-- dateonly event: this is temporary - should be determined by the main event --> 1622 1622 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="true"/> 1623 1623 all day … … 2310 2310 <input type="submit" value="add rdate"/> 2311 2311 <br/> 2312 <!-- dateonly (anniversary)event: this is temporary - should be determined by the main event -->2312 <!-- dateonly event: this is temporary - should be determined by the main event --> 2313 2313 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="on"/> 2314 2314 all day trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1542 r1557 2202 2202 </xsl:otherwise> 2203 2203 </xsl:choose> 2204 all day (anniversary)2204 all day 2205 2205 2206 2206 <!-- floating event: no timezone (and not UTC) --> … … 3110 3110 <div id="raContent"> 3111 3111 <div class="dateStartEndBox" id="rdatesFormFields"> 3112 <!-- dateonly (anniversary)event: this is temporary - should be determined by the main event -->3112 <!-- dateonly event: this is temporary - should be determined by the main event --> 3113 3113 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="true"/> 3114 3114 all day … … 3575 3575 <input type="submit" value="add rdate"/> 3576 3576 <br/> 3577 <!-- dateonly (anniversary)event: this is temporary - should be determined by the main event -->3577 <!-- dateonly event: this is temporary - should be determined by the main event --> 3578 3578 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="on"/> 3579 3579 all day
