From d82591ae708c5b6c98959b5fd46ff5897c891a25 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 20 Jan 2016 20:42:01 +0000 Subject: [PATCH] add icon to button --- apps/routerconsole/jsp/configreseed.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp index ebc94b9c9f..25b6704f9f 100644 --- a/apps/routerconsole/jsp/configreseed.jsp +++ b/apps/routerconsole/jsp/configreseed.jsp @@ -78,7 +78,7 @@ <b><%=intl._t("Use non-SSL only")%></b></td></tr> <tr><td class="mediumtags" align="right"><b><%=intl._t("Reseed URLs")%>:</b></td> <td><textarea wrap="off" name="reseedURL" cols="60" rows="7" spellcheck="false"><jsp:getProperty name="reseedHelper" property="reseedURL" /></textarea> -<div class="formaction"><input type="submit" name="action" value="<%=intl._t("Reset URL list")%>" /></div> +<div class="formaction"><input type="submit" name="action" class="reload" value="<%=intl._t("Reset URL list")%>" /></div> </td></tr> <tr><td class="mediumtags" align="right"><b><%=intl._t("Enable HTTP Proxy?")%></b></td> -- GitLab