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:38:40 UTC

svn commit: r1818149 - /manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp

Author: kwright
Date: Thu Dec 14 15:38:40 2017
New Revision: 1818149

URL: http://svn.apache.org/viewvc?rev=1818149&view=rev
Log:
CONNECTORS-1474: Fix 'reset seeding' button.  Committed on behalf of Julien Massiera.

Modified:
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp?rev=1818149&r1=1818148&r2=1818149&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp Thu Dec 14 15:38:40 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>