Fixes for config page ui issues.

This commit is contained in:
z3d
2009-08-19 17:05:59 +00:00
parent b80cbbdd4a
commit a309a14396
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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" />