You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/02/26 22:32:11 UTC

svn commit: r748318 - /lenya/branches/BRANCH_2_0_X/src/modules-core/administration/usecases/groupMembers.jx

Author: antonio
Date: Thu Feb 26 21:32:11 2009
New Revision: 748318

URL: http://svn.apache.org/viewvc?rev=748318&view=rev
Log:
Remove duplicated attribute.

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules-core/administration/usecases/groupMembers.jx

Modified: lenya/branches/BRANCH_2_0_X/src/modules-core/administration/usecases/groupMembers.jx
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules-core/administration/usecases/groupMembers.jx?rev=748318&r1=748317&r2=748318&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules-core/administration/usecases/groupMembers.jx (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules-core/administration/usecases/groupMembers.jx Thu Feb 26 21:32:11 2009
@@ -6,9 +6,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -21,18 +21,18 @@
   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
   xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
   xmlns="http://www.w3.org/1999/xhtml"
-  xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
+  xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
   >
-  
+
   <page:body>
     <jx:import uri="fallback://lenya/modules/usecase/templates/tabs.jx"/>
     <div id="contentblock1" class="lenya-tab">
       <h1><i18n:text>Group Affiliation</i18n:text></h1>
-      
-      <form method="post" id="form-group_affiliation" action="${usecase.getSourceURL()}" method="post">
+
+      <form method="post" id="form-group_affiliation" action="${usecase.getSourceURL()}">
         <input type="hidden" name="lenya.continuation" value="${continuation.id}"/>
         <input type="hidden" name="lenya.usecase" value="${request.getParameter('lenya.usecase')}"/>
-        
+
         <table class="lenya-table-noborder">
           <tr>
             <td colspan="2">
@@ -40,7 +40,7 @@
             </td>
           </tr>
         </table>
-        
+
         <table class="lenya-table-noborder-nopadding">
           <tr>
             <td>
@@ -84,7 +84,7 @@
             </td>
           </tr>
         </table>
-        
+
       </form>
     </div>
   </page:body>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org