Changeset 2125
- Timestamp:
- 04/10/09 15:53:22
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r2122 r2125 953 953 font-style: italic; 954 954 } 955 .notes { 956 padding: 1em 0; 957 } 955 958 #calTreeBlock { 956 959 font-size: 0.9em; trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2123 r2125 5726 5726 </xsl:variable> 5727 5727 5728 <div class="notes"> 5729 <xsl:if test="$userInCalSuiteGroup = 'true'"> 5730 <p class="note"> 5731 *Highlighted rows indicate a group to which a Calendar Suite is attached. 5732 Select one of these groups to edit attributes of the associated calendar suite. 5733 </p> 5734 </xsl:if> 5735 <xsl:if test="/bedework/userInfo/superUser = 'true'"> 5736 <p class="note"><strong>Superuser:</strong> to dissasociate yourself from all groups, log out and log back in.</p> 5737 </xsl:if> 5738 </div> 5739 5728 5740 <table id="commonListTable"> 5729 5741 <tr> … … 5762 5774 </xsl:for-each> 5763 5775 </table> 5764 <xsl:if test="$userInCalSuiteGroup = 'true'">5765 <p class="note">5766 *Highlighted rows indicate a group to which a Calendar Suite is attached.5767 Select one of these groups to edit attributes of the associated calendar suite.5768 </p>5769 </xsl:if>5770 5776 </xsl:template> 5771 5777
