diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-03 23:03:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-03 23:03:20 +0000 |
commit | 427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9 (patch) | |
tree | 46601985d44f33446c5993d2cfcbb26317cf5ba8 /usr/local/www | |
parent | eb38ea360748917b66f6902709e7ebb0580a0019 (diff) | |
download | pfsense-427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9.zip pfsense-427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9.tar.gz |
Remove upload progress bar. It doesn't work with LightHTTPD and will be replaced with a ajax version soon.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/system_firmware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index f9ed187..3913613 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -192,7 +192,7 @@ print_info_box($sig_warning); <input type="hidden" name="UPLOAD_IDENTIFIER" value="<?=$id?>"> <input name="ulfile" type="file" class="formfld"> <br><br> - <input name="Submit" type="submit" class="formbtn" value="Upgrade firmware" onClick="window.open('progress.php?UPLOAD_IDENTIFIER=<?=$id?>','UploadMeter','width=400,height=200', true); return true; "> + <input name="Submit" type="submit" class="formbtn" value="Upgrade firmware"> <?php endif; else: ?> <strong>You must reboot the system before you can upgrade the firmware.</strong> <?php endif; ?> |