Changeset 2127

Show
Ignore:
Timestamp:
04/10/09 16:32:42
Author:
johnsa
Message:

admin client: simple updates to group management interface

Files:

Legend:

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

    r2125 r2127  
    56585658    </form> 
    56595659 
    5660     <p>Click on the group name to modify the group owner or description.<br/> 
    5661     Click "add/remove members" to modify group membership.</p> 
     5660    <p>Select a group name to modify the group owner or description.<br/> 
     5661    Click "membership" to modify group membership.</p> 
    56625662    <p> 
    56635663      <input type="button" name="return" onclick="javascript:location.replace('{$admingroup-initAdd}')" value="Add a new group"/> 
    56645664    </p> 
     5665    <div class="notes"> 
     5666      <p class="note"> 
     5667       *Highlighted rows indicate a group to which a Calendar Suite is attached. 
     5668      </p> 
     5669    </div> 
    56655670    <table id="commonListTable"> 
    56665671      <tr> 
    56675672        <th>Name</th> 
    5668         <th>Description</th> 
    5669         <th>Calendar Suite*</th> 
    56705673        <xsl:if test="/bedework/groups/showMembers='true'"> 
    56715674          <th>Members</th> 
    56725675        </xsl:if> 
    5673         <th></th> 
     5676        <th>Manage</th> 
     5677        <th>Calendar Suite*</th> 
     5678        <th>Description</th> 
    56745679      </tr> 
    56755680      <xsl:for-each select="/bedework/groups/group"> 
     
    56845689              <xsl:value-of select="name"/> 
    56855690            </a> 
    5686           </td> 
    5687           <td> 
    5688             <xsl:value-of select="desc"/> 
    5689           </td> 
    5690           <td> 
    5691             <xsl:for-each select="/bedework/calSuites/calSuite"> 
    5692               <xsl:if test="group = $groupName"> 
    5693                 <xsl:value-of select="name"/> 
    5694               </xsl:if> 
    5695             </xsl:for-each> 
    56965691          </td> 
    56975692          <xsl:if test="/bedework/groups/showMembers='true'"> 
     
    57035698          </xsl:if> 
    57045699          <td> 
    5705             <a href="{$admingroup-fetchForUpdateMembers}&amp;adminGroupName={$groupName}">Add/Remove members</a> 
     5700            <a href="{$admingroup-fetchForUpdateMembers}&amp;adminGroupName={$groupName}">membership</a> 
     5701          </td> 
     5702          <td> 
     5703            <xsl:for-each select="/bedework/calSuites/calSuite"> 
     5704              <xsl:if test="group = $groupName"> 
     5705                <xsl:value-of select="name"/> 
     5706              </xsl:if> 
     5707            </xsl:for-each> 
     5708          </td> 
     5709          <td> 
     5710            <xsl:value-of select="desc"/> 
    57065711          </td> 
    57075712        </tr> 
    57085713      </xsl:for-each> 
    57095714    </table> 
    5710     <p class="note"> 
    5711      *Highlighted rows indicate a group to which a Calendar Suite is attached. 
    5712     </p> 
    57135715    <p> 
    57145716      <input type="button" name="return" onclick="javascript:location.replace('{$admingroup-initAdd}')" value="Add a new group"/>