* Console:

- More HTML transitional fixes
      - Standardize on 'save' to the right of 'cancel'
This commit is contained in:
zzz
2010-04-05 13:34:45 +00:00
parent caab860351
commit 2a92be5946
9 changed files with 80 additions and 57 deletions

View File

@@ -42,6 +42,7 @@
<jsp:getProperty name="uihelper" property="langSettings" />
<%=uihelper._("Please contribute to the router console translation project! Contact the developers on IRC #i2p to help.")%>
<hr><div class="formaction">
<input type="submit" name="shouldsave" value="<%=intl._("Apply")%>" > <input type="reset" value="<%=intl._("Cancel")%>" >
<input type="reset" value="<%=intl._("Cancel")%>" >
<input type="submit" name="shouldsave" value="<%=intl._("Apply")%>" >
</div></form></div>
</div></body></html>