From a309a14396e3605ebcf34172dc6072b9a6399244 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Wed, 19 Aug 2009 17:05:59 +0000 Subject: [PATCH] Fixes for config page ui issues. --- apps/routerconsole/jsp/configlogging.jsp | 2 +- apps/routerconsole/jsp/configupdate.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/configlogging.jsp b/apps/routerconsole/jsp/configlogging.jsp index 31caf59948..b4a08ee19c 100644 --- a/apps/routerconsole/jsp/configlogging.jsp +++ b/apps/routerconsole/jsp/configlogging.jsp @@ -47,7 +47,7 @@ </tr><tr><td class="mediumtags" align="right"><b>Log level overrides:</b></td> <td><jsp:getProperty name="logginghelper" property="logLevelTable" /></td> </tr><tr><td colspan="2"><hr></td> - </tr><tr><td> <div align="right"> + </tr><tr class="tablefooter"><td colspan="2"> <div class="formaction"> <input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" /> </div></td></tr></table></div></form></div></div></body></html> diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index 30bdab5081..62677bbb04 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -52,7 +52,7 @@ <td><jsp:getProperty name="updatehelper" property="updateUnsigned" /></td> </tr><tr><td class= "mediumtags" align="right"><b>Unsigned Build URL:</b></td> <td><input type="text" size="60" name="zipURL" value="<jsp:getProperty name="updatehelper" property="zipURL" />"></td> - </tr><tr><td colspan="2"> + </tr><tr class="tablefooter"><td colspan="2"> <div class="formaction"> <input type="submit" name="action" value="Save" /> <input type="reset" value="Cancel" /> -- GitLab