Revision 2f25eccf
Added by Jared Dillard over 9 years ago
src/usr/local/www/pkg_mgr_install.php | ||
---|---|---|
344 | 344 |
<?php |
345 | 345 |
if ($firmwareversion['version'] != $firmwareversion['installed_version'] ) { |
346 | 346 |
?> |
347 |
<input type="hidden" name="id" value="firmware" /> |
|
348 |
<input type="submit" class="btn btn-success" name="pkgconfirm" id="pkgconfirm" value="Confirm"/> |
|
347 |
<div class="form-group"> |
|
348 |
<label class="col-sm-2 control-label"> |
|
349 |
<?=gettext("Confirm Upgrade")?> |
|
350 |
</label> |
|
351 |
<div class="col-sm-10"> |
|
352 |
<input type="hidden" name="id" value="firmware" /> |
|
353 |
<input type="submit" class="btn btn-success" name="pkgconfirm" id="pkgconfirm" value="Confirm"/> |
|
354 |
</div> |
|
355 |
</div> |
|
349 | 356 |
<?php |
350 | 357 |
} else { |
351 | 358 |
?> |
Also available in: Unified diff
position confirm button better