You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2017/12/14 15:40:53 UTC

svn commit: r1818152 - in /manifoldcf/branches/release-2.9-branch: ./ framework/crawler-ui/src/main/webapp/viewjob.jsp

Author: kwright
Date: Thu Dec 14 15:40:53 2017
New Revision: 1818152

URL: http://svn.apache.org/viewvc?rev=1818152&view=rev
Log:
Pull up fix for CONNECTORS-1474 from trunk.

Modified:
    manifoldcf/branches/release-2.9-branch/   (props changed)
    manifoldcf/branches/release-2.9-branch/framework/crawler-ui/src/main/webapp/viewjob.jsp

Propchange: manifoldcf/branches/release-2.9-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Dec 14 15:40:53 2017
@@ -150,3 +150,4 @@
 /manifoldcf/branches/CONNECTORS-981:1605049-1605773
 /manifoldcf/branches/CONNECTORS-989:1611600-1612101
 /manifoldcf/branches/CONNECTORS-990:1610284-1610707
+/manifoldcf/trunk:1818149

Modified: manifoldcf/branches/release-2.9-branch/framework/crawler-ui/src/main/webapp/viewjob.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.9-branch/framework/crawler-ui/src/main/webapp/viewjob.jsp?rev=1818152&r1=1818151&r2=1818152&view=diff
==============================================================================
--- manifoldcf/branches/release-2.9-branch/framework/crawler-ui/src/main/webapp/viewjob.jsp (original)
+++ manifoldcf/branches/release-2.9-branch/framework/crawler-ui/src/main/webapp/viewjob.jsp Thu Dec 14 15:40:53 2017
@@ -737,7 +737,7 @@ try
                     class="btn btn-danger" role="button" data-toggle="tooltip"><i class="fa fa-trash fa-fw" aria-hidden="true"></i><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"viewjob.Delete")%></a>
             <a href='<%="javascript:StartOver(\""+jobID+"\")"%>'
                     title="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"viewjob.ResetSeedingThisJob")%>"
-                    class="link btn btn-warning" role="button" data-toggle="tooltip"><i class="fa fa-recycle fa-fw" aria-hidden="true"></i><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"viewjob.ResetSeeding")%></a>
+                    class="btn btn-warning" role="button" data-toggle="tooltip"><i class="fa fa-recycle fa-fw" aria-hidden="true"></i><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"viewjob.ResetSeeding")%></a>
           </div>
         </div>
       </form>