Changeset 1282
- Timestamp:
- 02/11/07 12:39:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1263 r1282 6256 6256 <td class="leftBorder padMe"> 6257 6257 <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> 6260 6261 </form> 6261 6262 <xsl:apply-templates select="inbox/acl" mode="currentAccess"> … … 6266 6267 <td class="leftBorder padMe"> 6267 6268 <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> 6270 6272 </form> 6271 6273 <xsl:apply-templates select="outbox/acl" mode="currentAccess"> … … 6335 6337 6336 6338 <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> 6337 6343 <p> 6338 6344 <input type="text" name="who" width="40"/> … … 6346 6352 <span class="nowrap"><input type="radio" name="whoType" value="other"/>anyone</span> 6347 6353 </p> 6348 6349 <p><strong>may send the following on my behalf:</strong></p>6350 6354 6351 6355 <input type="hidden" name="how" value="S"/>
