mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Nuke upload progress bar helper.
This commit is contained in:
parent
f85166d320
commit
02ecc674db
@ -214,7 +214,7 @@ include("head.inc");
|
||||
<?php include("fbegin.inc"); ?>
|
||||
<p class="pgtitle"><?=$pgtitle?></p>
|
||||
|
||||
<form action="diag_backup.php" method="post" enctype="multipart/form-data" onSubmit="check_upload_status(<?= $id; ?>);">
|
||||
<form action="diag_backup.php" method="post" enctype="multipart/form-data">
|
||||
<?php if ($input_errors) print_input_errors($input_errors); ?>
|
||||
<?php if ($savemsg) print_info_box($savemsg); ?>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user