Merge pull request #64 from wellloaded/patch-6

GUI: admin-upgrade.asp - layout improvement
arm-master
pedro 2 weeks ago committed by GitHub
commit 6502029004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -88,18 +88,19 @@ function earlyInit() {
<div class="section">
<div class="fields" id="upgradenotice" style="display:none"><div class="about"><b>Note: Remote upgrade is disabled. You can enable it (not recommended) <a href="admin-access.asp">here</a>.</b></div></div>
<div>
<div class="afu-form">Select the file to use:</div>
<form name="form_upgrade" method="post" action="upgrade.cgi" enctype="multipart/form-data">
<form name="form_reset" action="javascript:{}">
<div class="afu-form">
<input type="file" name="file" class="upgrade-file"> <input type="button" id="afu-upgrade-button" value="Upgrade" onclick="upgrade()">
<input type="checkbox" id="f_reset">&nbsp; &nbsp; Erase all data in NVRAM. Optional. This is performed between the firmware upload and the reboot.
</div>
</form>
<form name="form_reset" action="javascript:{}">
<div class="afu-form">Select a valid <a href="https://freshtomato.org/downloads/">firmware</a> to install (.trx or .bin):</div>
<form name="form_upgrade" method="post" action="upgrade.cgi" enctype="multipart/form-data">
<div class="afu-form">
<input type="checkbox" id="f_reset">&nbsp; Erase NVRAM configuration and restore firmware defaults
<input type="file" name="file" class="upgrade-file">
<p>
<input type="button" id="afu-upgrade-button" value="Upgrade" sizeonclick="upgrade()">
</div>
</form>
<table class="afu-info-table"><tr>
<td>Current Version:</td>
<td>&nbsp; <% version(1); %></td>

Loading…
Cancel
Save