Author: kwright
Date: Tue Oct  1 23:56:43 2013
New Revision: 1528275

URL: http://svn.apache.org/r1528275
Log:
Fix refactoring bug

Modified:
    
manifoldcf/trunk/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Paths.html

Modified: 
manifoldcf/trunk/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Paths.html
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Paths.html?rev=1528275&r1=1528274&r2=1528275&view=diff
==============================================================================
--- 
manifoldcf/trunk/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Paths.html
 (original)
+++ 
manifoldcf/trunk/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Paths.html
 Tue Oct  1 23:56:43 2013
@@ -99,7 +99,7 @@
               <a name="path_$rulecounter"/>
               <input type="hidden" name="specop" value=""/>
               <input type="hidden" name="specpathcount" value="$rulecounter"/>
-              <input type="button" 
value="$Encoder.attributeEscape($ResourceBundle.getString('SharePointRepository.AddNewRule'))"
 onClick='Javascript:SpecRuleAddPath("path_"+Integer.toString(k)+"")' alt="Add 
rule"/>
+              <input type="button" 
value="$Encoder.attributeEscape($ResourceBundle.getString('SharePointRepository.AddNewRule'))"
 onClick='Javascript:SpecRuleAddPath("path_$rulecounter")' 
alt="$Encoder.attributeEscape($ResourceBundle.getString('SharePointRepository.AddRule'))"/>
             </nobr>
           </td>
           <td class="formcolumncell" colspan="3"></td>


Reply via email to