Changeset 2661
- Timestamp:
- 01/13/10 00:57:10
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2659 r2661 3720 3720 <table class="eventFormTable"> 3721 3721 <tr> 3722 <t d class="fieldName">3722 <th> 3723 3723 <xsl:copy-of select="$bwStr-DeCC-Keyword"/> 3724 </t d>3724 </th> 3725 3725 <td> 3726 3726 <xsl:value-of select="/bedework/currentCategory/category/value"/> 3727 3727 </td> 3728 3728 </tr> 3729 <tr class="optional">3730 <t d>3729 <tr> 3730 <th> 3731 3731 <xsl:copy-of select="$bwStr-DeCC-Description"/> 3732 </t d>3732 </th> 3733 3733 <td> 3734 3734 <xsl:value-of select="/bedework/currentCategory/category/desc"/> … … 3742 3742 </form> 3743 3743 </xsl:template> 3744 3744 3745 3745 <xsl:template name="categoryReferenced"> 3746 <h2> Category Referenced by Events or Collections</h2>3746 <h2><xsl:copy-of select="$bwStr-DeCR-CategoryInUse"/></h2> 3747 3747 3748 3748 3749 3749 <table class="eventFormTable"> 3750 3750 <tr> 3751 <t d class="fieldName">3751 <th> 3752 3752 <xsl:copy-of select="$bwStr-DeCC-Keyword"/> 3753 </t d>3753 </th> 3754 3754 <td> 3755 3755 <xsl:value-of select="/bedework/currentCategory/category/value"/> 3756 3756 </td> 3757 3757 </tr> 3758 <tr class="optional">3759 <t d>3758 <tr> 3759 <th> 3760 3760 <xsl:copy-of select="$bwStr-DeCC-Description"/> 3761 </t d>3761 </th> 3762 3762 <td> 3763 3763 <xsl:value-of select="/bedework/currentCategory/category/desc"/> … … 3766 3766 </table> 3767 3767 3768 <form action="{$category-delete}" method="post"> 3769 <input type="submit" name="updateCategory" value="{$bwStr-DeCC-YesDelete}"/> 3770 <input type="submit" name="cancelled" value="{$bwStr-DeCC-NoCancel}"/> 3771 </form> 3768 <p> 3769 <xsl:copy-of select="$bwStr-DeCR-CategoryInUseBy"/> 3770 </p> 3771 3772 3772 3773 </xsl:template> 3773 3774 trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl
r2522 r2661 392 392 <xsl:variable name="bwStr-DeCC-NoCancel">No: Cancel</xsl:variable> 393 393 394 <!-- xsl:template name="categoryReferenced" --> 395 <xsl:variable name="bwStr-DeCR-CategoryInUse">Category In Use</xsl:variable> 396 <xsl:variable name="bwStr-DeCR-CategoryInUseBy">The category is in use by the following events and collections:</xsl:variable> 397 394 398 <!-- xsl:template name="categorySelectionWidget" --> 395 399 <xsl:variable name="bwStr-CaSW-ShowHideUnusedCategories">show/hide unused categories</xsl:variable>
