Changeset 1282

Show
Ignore:
Timestamp:
02/11/07 12:39:06
Author:
johnsa
Message:

user client: text fix to scheduling access form

Files:

Legend:

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

    r1263 r1282  
    62566256          <td class="leftBorder padMe"> 
    62576257            <form name="prefsSetAccess1" method="post" action="{$prefs-setAccess}" onsubmit="setScheduleHow(this)"> 
    6258               <xsl:call-template name="schedulingAccessForm"/> 
    6259               <input type="hidden" name="what" value="in"/> 
     6258              <xsl:call-template name="schedulingAccessForm"> 
     6259                <xsl:with-param name="what">in</xsl:with-param> 
     6260              </xsl:call-template> 
    62606261            </form> 
    62616262            <xsl:apply-templates select="inbox/acl" mode="currentAccess"> 
     
    62666267          <td class="leftBorder padMe"> 
    62676268            <form name="prefsSetAccess2" method="post" action="{$prefs-setAccess}" onsubmit="setScheduleHow(this)"> 
    6268               <xsl:call-template name="schedulingAccessForm"/> 
    6269               <input type="hidden" name="what" value="out"/> 
     6269              <xsl:call-template name="schedulingAccessForm"> 
     6270                <xsl:with-param name="what">out</xsl:with-param> 
     6271              </xsl:call-template> 
    62706272            </form> 
    62716273            <xsl:apply-templates select="outbox/acl" mode="currentAccess"> 
     
    63356337 
    63366338  <xsl:template name="schedulingAccessForm"> 
     6339    <xsl:param name="what"/> 
     6340    <input type="hidden" name="what"> 
     6341      <xsl:attribute name="value"><xsl:value-of select="$what"/></xsl:attribute> 
     6342    </input> 
    63376343    <p> 
    63386344      <input type="text" name="who" width="40"/> 
     
    63466352      <span class="nowrap"><input type="radio" name="whoType" value="other"/>anyone</span> 
    63476353    </p> 
    6348  
    6349     <p><strong>may send the following on my behalf:</strong></p> 
    63506354 
    63516355    <input type="hidden" name="how" value="S"/>