Changeset 566

Show
Ignore:
Timestamp:
06/09/06 15:51:13
Author:
johnsa
Message:

user client: set default type to "calendar" when adding a calendar or folder

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r565 r566  
    26122612                                        <th>Calendar/Folder:</th> 
    26132613                                        <td> 
    2614                                                 <xsl:choose> 
    2615                                                         <xsl:when test="calendarCollection='true'"> 
    2616                                                                 <input type="radio" value="true" name="calendarCollection" checked="checked"/> Calendar 
    2617                                                                 <input type="radio" value="false" name="calendarCollection"/> Folder 
    2618                                                         </xsl:when> 
    2619                                                         <xsl:otherwise> 
    2620                                                                 <input type="radio" value="true" name="calendarCollection"/> Calendar 
    2621                                                                 <input type="radio" value="false" name="calendarCollection" checked="checked"/> Folder 
    2622                                                         </xsl:otherwise> 
    2623                                                 </xsl:choose> 
     2614                                                <input type="radio" value="true" name="calendarCollection" checked="checked"/> Calendar 
     2615                                                <input type="radio" value="false" name="calendarCollection"/> Folder 
    26242616                                        </td> 
    26252617                                </tr>