From adba42d1142d8d6f67d53683a4a3e470b7fc92d7 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Thu, 26 Jan 2012 13:22:27 +0000
Subject: [PATCH]   * configclients: Fix form action default

---
 apps/routerconsole/jsp/configclients.jsp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp
index 25df053f46..7df1691175 100644
--- a/apps/routerconsole/jsp/configclients.jsp
+++ b/apps/routerconsole/jsp/configclients.jsp
@@ -9,6 +9,7 @@
 button span.hide{
     display:none;
 }
+input.default { width: 1px; height: 1px; visibility: hidden; }
 </style></head><body>
 
 <%@include file="summary.jsi" %>
@@ -89,6 +90,7 @@ button span.hide{
 <%=intl._("Many clients do not support SSL or authorization.")%>
 <i><%=intl._("All changes require restart to take effect.")%></i>
 </p><hr><div class="formaction">
+<input type="submit" class="default" name="action" value="<%=intl._("Save Interface Configuration")%>" />
 <input type="submit" class="cancel" name="foo" value="<%=intl._("Cancel")%>" />
 <input type="submit" class="accept" name="action" value="<%=intl._("Save Interface Configuration")%>" />
 </div></form>
@@ -127,6 +129,7 @@ button span.hide{
 <p>
  <input type="text" size="60" name="pluginURL" >
  </p><hr><div class="formaction">
+ <input type="submit" name="action" class="default" value="<%=intl._("Install Plugin")%>" />
  <input type="submit" class="cancel" name="foo" value="<%=intl._("Cancel")%>" />
  <input type="submit" name="action" class="download" value="<%=intl._("Install Plugin")%>" />
  <input type="submit" name="action" class="reload" value="<%=intl._("Update All Installed Plugins")%>" />
-- 
GitLab