You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/03/22 18:21:50 UTC

svn commit: r387894 - in /webservices/axis2/trunk/java/modules/webapp: ActivateService.jsp InActivateService.jsp

Author: chinthaka
Date: Wed Mar 22 09:21:48 2006
New Revision: 387894

URL: http://svn.apache.org/viewcvs?rev=387894&view=rev
Log:
Fixing typos in two jsps

Modified:
    webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp
    webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp

Modified: webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp?rev=387894&r1=387893&r2=387894&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp (original)
+++ webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp Wed Mar 22 09:21:48 2006
@@ -5,12 +5,12 @@
                  java.util.Iterator"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
-<h1>Turn off axisService</h1>
+<h1>Turn on Axis Service</h1>
 <form method="get" name="serviceActivate" action="activateService">
   <table width="100%"  border="0">
 <tr>
   <td colspan="2" >
-     <p>The axisService will be marked as active , and only display the inactive services</p>
+     <p>The Axis Service will be marked as active , and only display the in-active services</p>
 <%--    <b>Remove Service :</b> The selected axisService will be removed from the file system and if the--%>
 <%--    &nbsp; system restart it wont be there next time--%>
   </td>

Modified: webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp?rev=387894&r1=387893&r2=387894&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp (original)
+++ webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp Wed Mar 22 09:21:48 2006
@@ -5,12 +5,12 @@
                  java.util.Iterator"%>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
-<h1>Turn off axisService</h1>
+<h1>Turn off Axis Service</h1>
 <form method="get" name="serviceInActivate" action="inActivateService">
   <table width="100%"  border="0">
 <tr>
   <td colspan="2" >
-     <p>The axisService will be marked as in active , but if the system restarts then the axisService will be active again</p>
+     <p>The Axis Service will be marked as in-active , but if the system restarts then the Axis Service will be active again</p>
 <%--    <b>Remove Service :</b> The selected axisService will be removed from the file system and if the--%>
 <%--    &nbsp; system restart it wont be there next time--%>
   </td>
@@ -34,14 +34,14 @@
                   </td>
   </tr>
   <tr>
-    <td width="20%">In activate Service </td>
+    <td width="20%">In-activate Service </td>
     <td width="80%"><input type="checkbox" name="turnoff">
     </td>
   </tr>
   <tr>
   <td>&nbsp;</td>
   <td>
-    <input name="submit" type="submit" value=" InActivate " >
+    <input name="submit" type="submit" value=" In-activate " >
    <input name="reset" type="reset" value=" Clear " >
   </td>
   </tr>