Skip to content

Commit d13ffe1

Browse files
Update MerlinAU.asp
1 parent eebb3ea commit d13ffe1

File tree

1 file changed

+53
-51
lines changed

1 file changed

+53
-51
lines changed

MerlinAU.asp

Lines changed: 53 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,57 +2563,59 @@ function initializeCollapsibleSections()
25632563

25642564
<div style="line-height:10px;">&nbsp;</div>
25652565

2566-
<!-- Original "Actions" remain for F/W Update Check, Changelog, Uninstall -->
2567-
<div style="line-height:10px;">&nbsp;</div>
2568-
<table width="100%" cellpadding="4" cellspacing="0" class="FormTable">
2569-
<thead class="collapsible-jquery" id="actionsSection2">
2570-
<tr><td colspan="2">Actions (click to expand/collapse)</td></tr>
2571-
</thead>
2572-
<tbody>
2573-
<tr>
2574-
<td colspan="2">
2575-
<div style="text-align: center; margin-top: 3px;">
2576-
<table width="100%" border="0" cellpadding="10" cellspacing="0" style="table-layout: fixed; background-color: transparent;">
2577-
<colgroup>
2578-
<col style="width: 33%;" />
2579-
<col style="width: 33%;" />
2580-
<col style="width: 33%;" />
2581-
</colgroup>
2582-
<tr>
2583-
<td style="text-align: right; border: none;">
2584-
<input type="submit" id="FWUpdateCheckButton" onclick="CheckFirmwareUpdate();
2585-
return false;" value="F/W Update Check" class="button_gen savebutton" name="button">
2586-
<br>
2587-
<label style="color:#FFCC00; margin-top: 5px; margin-bottom:8x">
2588-
<input type="checkbox" checked="" id="BypassPostponedDays" name="BypassPostponedDays"
2589-
style="padding:0; vertical-align:middle; position:relative; margin-left:-5px; margin-top:5px; margin-bottom:8px"/>Bypass postponed days</label>
2590-
</br>
2591-
</td>
2592-
<td style="text-align: center; border: none;" id="approveChangelogCell">
2593-
<input type="submit" id="LatestChangelogButton" onclick="ShowLatestChangelog();
2594-
return false;" value="Latest Changelog" class="button_gen savebutton" title="View the latest changelog" name="button">
2595-
<br>
2596-
<label style="color:#FFCC00; margin-top: 5px; margin-bottom:8x">
2597-
<input type="checkbox" id="approveChangelogCheck" name="approveChangelogCheck" onclick="ToggleChangelogApproval(this);"
2598-
style="padding:0; vertical-align:middle; position:relative; margin-left:-5px; margin-top:5px; margin-bottom:8px"/>Approve Changelog</label>
2599-
</br>
2600-
</td>
2601-
<td style="text-align: left; border: none;">
2602-
<input type="submit" id="UninstallButton" onclick="Uninstall(); return false;"
2603-
value="Uninstall" class="button_gen savebutton" name="button">
2604-
<br>
2605-
<label style="color:#FFCC00; margin-top: 5px; margin-bottom:8x">
2606-
<input type="checkbox" checked="" id="KeepConfigFile" name="KeepConfigFile"
2607-
style="padding:0; vertical-align:middle; position:relative; margin-left:-3px; margin-top:5px; margin-bottom:8px"/>Keep configuration file</label>
2608-
</br>
2609-
</td>
2610-
</tr>
2611-
</table>
2612-
</div>
2613-
</td>
2614-
</tr>
2615-
</tbody>
2616-
</table>
2566+
<!-- Original "Actions" remain for F/W Update Check, Changelog, Uninstall -->
2567+
<div style="line-height:10px;">&nbsp;</div>
2568+
<table width="100%" cellpadding="4" cellspacing="0" class="FormTable">
2569+
<thead class="collapsible-jquery" id="actionsSection2">
2570+
<tr>
2571+
<td colspan="2">Actions (click to expand/collapse)</td>
2572+
</tr>
2573+
</thead>
2574+
<tbody>
2575+
<tr>
2576+
<td colspan="2">
2577+
<div style="text-align: center; margin-top: 3px;">
2578+
<table width="100%" border="0" cellpadding="10" cellspacing="0" style="table-layout: fixed; background-color: transparent;">
2579+
<colgroup>
2580+
<col style="width: 33%;" />
2581+
<col style="width: 33%;" />
2582+
<col style="width: 33%;" />
2583+
</colgroup>
2584+
<tr>
2585+
<td style="text-align: right; border: none;">
2586+
<input type="submit" id="FWUpdateCheckButton" onclick="CheckFirmwareUpdate(); return false;" value="F/W Update Check" class="button_gen savebutton" name="button">
2587+
<br>
2588+
<label style="color:#FFCC00; margin-top: 5px; margin-bottom:8x">
2589+
<input type="checkbox" checked="" id="BypassPostponedDays" name="BypassPostponedDays" style="padding:0; vertical-align:middle; position:relative; margin-left:-5px; margin-top:5px; margin-bottom:8px"/>
2590+
Bypass postponed days
2591+
</label>
2592+
</br>
2593+
</td>
2594+
<td style="text-align: center; border: none;" id="approveChangelogCell">
2595+
<input type="submit" id="LatestChangelogButton" onclick="ShowLatestChangelog(); return false;" value="Latest Changelog" class="button_gen savebutton" title="View the latest changelog" name="button">
2596+
<br>
2597+
<label style="color:#FFCC00; margin-top: 5px; margin-bottom:8x">
2598+
<input type="checkbox" id="approveChangelogCheck" name="approveChangelogCheck" onclick="ToggleChangelogApproval(this);" style="padding:0; vertical-align:middle; position:relative; margin-left:-5px; margin-top:5px; margin-bottom:8px"/>
2599+
Approve Changelog
2600+
</label>
2601+
</br>
2602+
</td>
2603+
<td style="text-align: left; border: none;">
2604+
<input type="submit" id="UninstallButton" onclick="Uninstall(); return false;" value="Uninstall" class="button_gen savebutton" name="button">
2605+
<br>
2606+
<label style="color:#FFCC00; margin-top: 5px; margin-bottom:8x">
2607+
<input type="checkbox" checked="" id="KeepConfigFile" name="KeepConfigFile" style="padding:0; vertical-align:middle; position:relative; margin-left:-3px; margin-top:5px; margin-bottom:8px"/>
2608+
Keep configuration file
2609+
</label>
2610+
</br>
2611+
</td>
2612+
</tr>
2613+
</table>
2614+
</div>
2615+
</td>
2616+
</tr>
2617+
</tbody>
2618+
</table>
26172619

26182620
<div style="line-height:10px;">&nbsp;</div>
26192621

0 commit comments

Comments
 (0)