Changeset 2199
- Timestamp:
- 05/23/09 20:36:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2198 r2199 2348 2348 <td align="left" class="padMeTop"> 2349 2349 <input type="radio" value="OPAQUE" name="transparency"> 2350 <xsl:if test="form/transparency = 'OPAQUE' "><xsl:attribute name="checked">checked</xsl:attribute></xsl:if>2350 <xsl:if test="form/transparency = 'OPAQUE' or not(form/transparency)"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 2351 2351 </input> 2352 2352 yes (opaque)
