Changeset 2127
- Timestamp:
- 04/10/09 16:32:42
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2125 r2127 5658 5658 </form> 5659 5659 5660 <p> Click on thegroup 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> 5662 5662 <p> 5663 5663 <input type="button" name="return" onclick="javascript:location.replace('{$admingroup-initAdd}')" value="Add a new group"/> 5664 5664 </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> 5665 5670 <table id="commonListTable"> 5666 5671 <tr> 5667 5672 <th>Name</th> 5668 <th>Description</th>5669 <th>Calendar Suite*</th>5670 5673 <xsl:if test="/bedework/groups/showMembers='true'"> 5671 5674 <th>Members</th> 5672 5675 </xsl:if> 5673 <th></th> 5676 <th>Manage</th> 5677 <th>Calendar Suite*</th> 5678 <th>Description</th> 5674 5679 </tr> 5675 5680 <xsl:for-each select="/bedework/groups/group"> … … 5684 5689 <xsl:value-of select="name"/> 5685 5690 </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>5696 5691 </td> 5697 5692 <xsl:if test="/bedework/groups/showMembers='true'"> … … 5703 5698 </xsl:if> 5704 5699 <td> 5705 <a href="{$admingroup-fetchForUpdateMembers}&adminGroupName={$groupName}">Add/Remove members</a> 5700 <a href="{$admingroup-fetchForUpdateMembers}&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"/> 5706 5711 </td> 5707 5712 </tr> 5708 5713 </xsl:for-each> 5709 5714 </table> 5710 <p class="note">5711 *Highlighted rows indicate a group to which a Calendar Suite is attached.5712 </p>5713 5715 <p> 5714 5716 <input type="button" name="return" onclick="javascript:location.replace('{$admingroup-initAdd}')" value="Add a new group"/>
