summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 1317283..c27bc00 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -61,6 +61,7 @@ include("fbegin.inc");
$versions = check_firmware_version();
?>
<p class="pgtitle">System: Auto Update</p>
+ <div id="bottomonly">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
@@ -214,6 +215,7 @@ if(is_array($versions)) {
</td>
</tr>
</table>
+ </div>
<?php
include("fend.inc");
$versions['cachetime'] = time();
@@ -221,5 +223,9 @@ $fout = fopen("/tmp/versioncheck.cache", "w");
fwrite($fout, serialize($versions));
fclose($fout);
?>
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#bottomonly","bl br","#FFF","#eeeeee","smooth");
+</script>
</body>
</html>
OpenPOWER on IntegriCloud