Changeset 2532
- Timestamp:
- 12/22/09 22:57:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2531 r2532 1293 1293 </td> 1294 1294 </tr> 1295 1295 <!-- 1296 1296 <tr> 1297 1297 <xsl:if test="$canEdit = 'false'"><xsl:attribute name="class">invisible</xsl:attribute></xsl:if> … … 1304 1304 </td> 1305 1305 </tr> 1306 1306 --> 1307 1307 <xsl:if test="count(form/calendar/all/select/option) > 1 and 1308 1308 not(starts-with(form/calendar/path,$submissionsRootUnencoded))"> … … 3632 3632 </td> 3633 3633 <td> 3634 <xsl:value-of select="desc "/>3634 <xsl:value-of select="description"/> 3635 3635 </td> 3636 3636 </tr> … … 3690 3690 <td> 3691 3691 <textarea name="categoryDesc.value" rows="3" cols="60"> 3692 <xsl:value-of select="normalize-space(/bedework/currentCategory/category/desc )"/>3693 <xsl:if test="/bedework/currentCategory/category/desc = ''"><xsl:text> </xsl:text></xsl:if>3692 <xsl:value-of select="normalize-space(/bedework/currentCategory/category/description)"/> 3693 <xsl:if test="/bedework/currentCategory/category/description = ''"><xsl:text> </xsl:text></xsl:if> 3694 3694 </textarea> 3695 3695 </td>
