Author: kevinshen
Date: 2010-01-25 08:12:21 +0100 (Mon, 25 Jan 2010)
New Revision: 40709

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/secure/selectGroup.jsp
Log:
CMSC-1539 CAS single sign-on implementation  

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/secure/selectGroup.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/secure/selectGroup.jsp
       2010-01-23 10:56:03 UTC (rev 40708)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/sitemanagement/src/webapp/editors/secure/selectGroup.jsp
       2010-01-25 07:12:21 UTC (rev 40709)
@@ -18,8 +18,7 @@
 
  <div class="editor" style="height:500px">
   <div class="body" style="padding:10px">
-
-
+<community:useSSO var="sso" />
 <c:choose>
        <c:when test="${!empty param.group}">
                <mm:cloud>
@@ -32,8 +31,7 @@
                                </mm:createnode>
                                <mm:node referid="groupnode">
                                        <c:set var="number"><mm:field 
name="number"/></c:set>
-                               </mm:node>
-            <community:useSSO var="sso" />
+                               </mm:node>           
             <c:if test="${sso}" >
                <community:addAuthority value="${param.group}" />
             </c:if>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to