I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a309a143 authored by z3d's avatar z3d
Browse files

Fixes for config page ui issues.

parent b80cbbdd
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</tr><tr><td class="mediumtags" align="right"><b>Log level overrides:</b></td> </tr><tr><td class="mediumtags" align="right"><b>Log level overrides:</b></td>
<td><jsp:getProperty name="logginghelper" property="logLevelTable" /></td> <td><jsp:getProperty name="logginghelper" property="logLevelTable" /></td>
</tr><tr><td colspan="2"><hr></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="submit" name="shouldsave" value="Save changes" />
<input type="reset" value="Cancel" /> <input type="reset" value="Cancel" />
</div></td></tr></table></div></form></div></div></body></html> </div></td></tr></table></div></form></div></div></body></html>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<td><jsp:getProperty name="updatehelper" property="updateUnsigned" /></td> <td><jsp:getProperty name="updatehelper" property="updateUnsigned" /></td>
</tr><tr><td class= "mediumtags" align="right"><b>Unsigned Build URL:</b></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> <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"> <div class="formaction">
<input type="submit" name="action" value="Save" /> <input type="submit" name="action" value="Save" />
<input type="reset" value="Cancel" /> <input type="reset" value="Cancel" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment