Changeset 1233

Show
Ignore:
Timestamp:
01/18/07 16:38:25
Author:
johnsa
Message:

web clients:

- more rdates work (delete rdates)
- fix location edit form (personal client)

Files:

Legend:

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

    r1232 r1233  
    20872087                    <xsl:variable name="datetime"><xsl:value-of select="fourdigityear"/><xsl:value-of select="twodigitmonth"/><xsl:value-of select="twodigitday"/>T<xsl:value-of select="twodigithour"/><xsl:value-of select="twodigitminute"/>00</xsl:variable> 
    20882088                    <xsl:variable name="tzid" select="timezone/id"/> 
     2089                    <xsl:variable name="dateOnly" select="allday"/> 
    20892090                    <xsl:variable name="floating"><xsl:if test="floating = 'true'">&amp;floating=true</xsl:if></xsl:variable> 
    20902091                    <xsl:variable name="storeUTC"><xsl:if test="utc = 'true'">&amp;storeUTC=true</xsl:if></xsl:variable> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1232 r1233  
    30043004                    <xsl:variable name="datetime"><xsl:value-of select="fourdigityear"/><xsl:value-of select="twodigitmonth"/><xsl:value-of select="twodigitday"/>T<xsl:value-of select="twodigithour"/><xsl:value-of select="twodigitminute"/>00</xsl:variable> 
    30053005                    <xsl:variable name="tzid" select="timezone/id"/> 
     3006                    <xsl:variable name="dateOnly" select="allday"/> 
    30063007                    <xsl:variable name="floating"><xsl:if test="floating = 'true'">&amp;floating=true</xsl:if></xsl:variable> 
    30073008                    <xsl:variable name="storeUTC"><xsl:if test="utc = 'true'">&amp;storeUTC=true</xsl:if></xsl:variable> 
    3008                     <a href="{$event-setRdate}&amp;datetime={$datetime}&amp;tzid={$tzid}{$floating}{$storeUTC}&amp;delete=true" title="remove"> 
     3009                    <a href="{$event-setRdate}&amp;datetime={$datetime}&amp;tzid={$tzid}&amp;dateOnly={$dateOnly}{$floating}{$storeUTC}&amp;delete=true" title="remove"> 
    30093010                      <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="remove"/> 
    30103011                    </a> 
     
    48884889              </td> 
    48894890              <td align="left"> 
    4890                 <xsl:variable name="addr" select="form/address/input/@value"/> 
    4891                 <input size="60" name="locationAddress.value" value="{$addr}" type="text"/> 
     4891                <input size="60" name="locationAddress.value" type="text"> 
     4892                  <xsl:attribute name="value"><xsl:value-of select="/bedework/currentLocation/address"/></xsl:attribute> 
     4893                </input> 
    48924894              </td> 
    48934895            </tr> 
     
    48974899              </td> 
    48984900              <td align="left"> 
    4899                 <xsl:variable name="subaddr" select="form/subaddress/textarea"/> 
    4900                 <input size="60" name="locationSubaddress.value" value="{$subaddr}" type="text"/> 
     4901                <input size="60" name="locationSubaddress.value" type="text"> 
     4902                  <xsl:attribute name="value"><xsl:value-of select="/bedework/currentLocation/subaddress"/></xsl:attribute> 
     4903                </input> 
    49014904              </td> 
    49024905            </tr> 
     
    49064909              </td> 
    49074910              <td> 
    4908                 <xsl:variable name="link" select="form/link/input/@value"/> 
    4909                 <input size="60" name="location.link" value="{$link}" type="text"/> 
     4911                <input size="60" name="location.link" type="text"> 
     4912                  <xsl:attribute name="value"><xsl:value-of select="/bedework/currentLocation/link"/></xsl:attribute> 
     4913                </input> 
    49104914              </td> 
    49114915            </tr>