Author: kwright
Date: Fri Oct 25 11:54:48 2013
New Revision: 1535705

URL: http://svn.apache.org/r1535705
Log:
Debug UI, so far

Modified:
    
manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editgroup.jsp

Modified: 
manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editgroup.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editgroup.jsp?rev=1535705&r1=1535704&r2=1535705&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editgroup.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editgroup.jsp
 Fri Oct 25 11:54:48 2013
@@ -154,10 +154,6 @@
 
        function checkForm()
        {
-               if (!checkConnectionCount())
-                       return false;
-               if (window.checkConfig)
-                       return checkConfig();
                return true;
        }
 
@@ -173,9 +169,9 @@
        <td class="darkwindow">
 
 
-       <form class="standardform" name="editconnection" action="execute.jsp" 
method="POST" enctype="multipart/form-data">
+       <form class="standardform" name="editgroup" action="execute.jsp" 
method="POST" enctype="multipart/form-data">
          <input type="hidden" name="op" value="Continue"/>
-         <input type="hidden" name="type" value="authority"/>
+         <input type="hidden" name="type" value="group"/>
          <input type="hidden" name="tabname" 
value='<%=org.apache.manifoldcf.ui.util.Encoder.attributeEscape(tabName)%>'/>
          <input type="hidden" name="isnewconnection" 
value='<%=(isNew?"true":"false")%>'/>
            <table class="tabtable">


Reply via email to