Author: kishore
Date: Fri Mar 17 22:57:10 2017
New Revision: 1787515

URL: http://svn.apache.org/viewvc?rev=1787515&view=rev
Log:
Fixed broken help link and others

Modified:
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/error.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/login.jsp
    
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/sidebar.jsp

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/error.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/error.jsp?rev=1787515&r1=1787514&r2=1787515&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/error.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/error.jsp
 Fri Mar 17 22:57:10 2017
@@ -43,6 +43,6 @@
   <h4><i class="icon fa fa-ban"></i> Error!</h4>
   <%=org.apache.manifoldcf.ui.util.Encoder.bodyEscape(errorText)%>
 </div>
-<a class="btn btn-primary btn-sm"
+<a class="link btn btn-primary btn-sm"
         href='<%=org.apache.manifoldcf.core.util.URLEncoder.encode(target)%>'
-        
alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"error.Return")%>">OK</a>
+        
title="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"error.Return")%>"
 data-toggle="tooltip"><i class="fa fa-check fa-fw" 
aria-hidden="true"></i>OK</a>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/login.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/login.jsp?rev=1787515&r1=1787514&r2=1787515&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/login.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/login.jsp
 Fri Mar 17 22:57:10 2017
@@ -107,8 +107,8 @@ if (value != null && value.equals("true"
             <div class="col-xs-8">
             </div>
             <div class="col-xs-4">
-              <button id="buttonLogin" class="btn btn-primary btn-block" 
onclick='Javascript:login();'
-                      
alt='<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"index.Login")%>'><i
 class="fa fa-sign-in fa-fw" 
aria-hidden="true"></i>&nbsp;<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"index.Login")%></button>
+              <a id="buttonLogin" class="btn btn-primary btn-block" 
onclick='Javascript:login();'
+                      
title='<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"index.Login")%>'><i
 class="fa fa-sign-in fa-fw" 
aria-hidden="true"></i>&nbsp;<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"index.Login")%></a>
             </div>
           </div>
         </form>

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/sidebar.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/sidebar.jsp?rev=1787515&r1=1787514&r2=1787515&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/sidebar.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/sidebar.jsp
 Fri Mar 17 22:57:10 2017
@@ -177,10 +177,8 @@
       </a>
       <ul class="treeview-menu">
         <li>
-          <a 
href="<%="http://manifoldcf.apache.org/release/trunk/"+Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.Locale")+"/end-user-documentation.html"%>"
 
alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"navigation.Help")%>">
-            <i class="fa fa-book"></i>
-            
<%=Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.Help")%>
-          </a>
+          <a 
href="<%="http://manifoldcf.apache.org/"+Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.Locale")+"/release-documentation.html"%>"
 
+                  
alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"navigation.Help")%>"><i
 class="fa 
fa-book"></i><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"navigation.Help")%></a>
         </li>
         <li>
           <a href="logout.jsp" 
alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"navigation.LogOut")%>">


Reply via email to