You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/11 08:49:48 UTC

svn commit: r355940 - /geronimo/branches/1.0/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp

Author: ammulder
Date: Sat Dec 10 23:49:46 2005
New Revision: 355940

URL: http://svn.apache.org/viewcvs?rev=355940&view=rev
Log:
Merge a minor UI fix

Modified:
    geronimo/branches/1.0/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp

Modified: geronimo/branches/1.0/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.0/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp?rev=355940&r1=355939&r2=355940&view=diff
==============================================================================
--- geronimo/branches/1.0/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp (original)
+++ geronimo/branches/1.0/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp Sat Dec 10 23:49:46 2005
@@ -65,7 +65,7 @@
 --%>
 </table>
 <br/>
-<input type="submit" name="submit" value="submit" onclick="return <portlet:namespace/>validateForm()"/>
+<input type="submit" name="submit" value="Submit" onclick="return <portlet:namespace/>validateForm()"/>
 <input type="reset"/>
-<input type="submit" name="submit" value="cancel"/>
+<input type="submit" name="submit" value="Cancel"/>
 </form>