Changeset 2125

Show
Ignore:
Timestamp:
04/10/09 15:53:22
Author:
johnsa
Message:

admin client: some messaging to super user

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.css

    r2122 r2125  
    953953  font-style: italic; 
    954954} 
     955.notes { 
     956  padding: 1em 0; 
     957} 
    955958#calTreeBlock { 
    956959  font-size: 0.9em; 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r2123 r2125  
    57265726    </xsl:variable> 
    57275727 
     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 
    57285740    <table id="commonListTable"> 
    57295741      <tr> 
     
    57625774      </xsl:for-each> 
    57635775    </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> 
    57705776  </xsl:template> 
    57715777