Changeset 1444

Show
Ignore:
Timestamp:
06/26/07 23:04:02
Author:
douglm
Message:

Setting status of meeting to cancelled results in cancel to attendees

Files:

Legend:

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

    r1441 r1444  
    889889                     </a> 
    890890                     <xsl:call-template name="actionIcons"> 
    891                        <xsl:with-param name="actionIconsId"><xsl:value-of select="$actionIconsId"/></xsl:with-param>  
     891                       <xsl:with-param name="actionIconsId"><xsl:value-of select="$actionIconsId"/></xsl:with-param> 
    892892                       <xsl:with-param name="startDate"><xsl:value-of select="$date"/></xsl:with-param> 
    893893                     </xsl:call-template> 
     
    25352535          </td> 
    25362536          <td class="fieldval"> 
    2537             <input type="radio" name="event.status" value="CONFIRMED"> 
     2537            <input type="radio" name="eventStatus" value="CONFIRMED"> 
    25382538              <xsl:if test="form/status = 'CONFIRMED' or /bedework/creating = 'true'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 
    25392539            </input> 
    25402540            confirmed 
    2541             <input type="radio" name="event.status" value="TENTATIVE"> 
     2541            <input type="radio" name="eventStatus" value="TENTATIVE"> 
    25422542              <xsl:if test="form/status = 'TENTATIVE'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 
    25432543            </input> 
    25442544            tentative 
    2545             <input type="radio" name="event.status" value="CANCELLED"> 
     2545            <input type="radio" name="eventStatus" value="CANCELLED"> 
    25462546              <xsl:if test="form/status = 'CANCELLED'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 
    25472547            </input> 
     
    30143014    <!-- ========== --> 
    30153015    <div id="bwEventTab-Access" class="invisible"> 
    3016       <div id="sharingBox">         
     3016      <div id="sharingBox"> 
    30173017        <xsl:apply-templates select="/bedework/eventAccess/access/acl" mode="currentAccess"> 
    30183018          <xsl:with-param name="action" select="$event-setAccess"/> 
     
    34633463            <xsl:with-param name="aggregation">true</xsl:with-param> 
    34643464          </xsl:apply-templates> 
    3465              
     3465 
    34663466          <div class="eventSubmitButtons"> 
    34673467            <input type="button" value="continue" onclick="window.location='{$gotoEditEvent}'"/> 
     
    34713471    </div> 
    34723472  </xsl:template> 
    3473    
     3473 
    34743474  <xsl:template match="freebusy" mode="freeBusyGrid"> 
    3475     <xsl:param name="aggregation">false</xsl:param>  
     3475    <xsl:param name="aggregation">false</xsl:param> 
    34763476    <!-- there's only one collection of freebusy; this for-each is 
    34773477         being used to pick out just the freebusy node and 
     
    37723772      Free / Busy 
    37733773    </h2> 
    3774      
     3774 
    37753775    <div id="freeBusyPage"> 
    37763776      <form name="viewFreeBusyForm" id="viewFreeBusyForm" method="post" action="{$freeBusy-fetch}"> 
     
    55185518          <td> 
    55195519            <xsl:choose> 
    5520               <xsl:when test="scheduleMethod = '1' or  
     5520              <xsl:when test="scheduleMethod = '1' or 
    55215521                              scheduleMethod = '2' or 
    55225522                              scheduleMethod = '4' or 
     
    57325732          </th> 
    57335733        </tr> 
    5734          
     5734 
    57355735        <tr> 
    57365736          <td class="fieldname"> 
     
    57765776 
    57775777                <xsl:variable name="userFullPath"><xsl:value-of select="$userPath"/>/</xsl:variable> 
    5778                  
     5778 
    57795779                <span id="bwEventCalDisplay"> 
    57805780                  <xsl:if test="form/calendar/calType = '1'"> 
     
    67416741      </tr> 
    67426742    </table> 
    6743      
     6743 
    67446744    <form name="eventForm" method="post" action="{$prefs-updateSchedulingPrefs}"> 
    67456745      <table class="common"> 
     
    67996799              <xsl:if test="scheduleDoubleBook = 'true'"> 
    68006800                <xsl:attribute name="checked">checked</xsl:attribute> 
    6801               </xsl:if>  
     6801              </xsl:if> 
    68026802              true 
    68036803            </input> 
     
    68056805              <xsl:if test="scheduleDoubleBook = 'false'"> 
    68066806                <xsl:attribute name="checked">checked</xsl:attribute> 
    6807               </xsl:if>  
     6807              </xsl:if> 
    68086808              false 
    68096809            </input> 
     
    69086908      there are two methods of setting access 
    69096909      - method 1, the older method, uses a single request/response per principal 
    6910       - method 2 constructs a javascript object that commits the entire ACL  
     6910      - method 2 constructs a javascript object that commits the entire ACL 
    69116911        structure in a single request 
    69126912      Both methods are currently supported.  Method one is used for calendars, 
    69136913      method two for setting event access.  At some point we may move all access 
    69146914      control setting to method two. --> 
    6915     <xsl:param name="acl"/><!-- nodeset of entity acls used to initialize  
     6915    <xsl:param name="acl"/><!-- nodeset of entity acls used to initialize 
    69166916      javascript object. Required for method two. --> 
    6917        
     6917 
    69186918    <xsl:if test="$method = '2' and $acl != ''"> 
    69196919      <!-- do some initialization here -->