29 lines
No EOL
919 B
PHP
29 lines
No EOL
919 B
PHP
<div class="content"><h2>Update ClipBucket from <?=the_version()?> to <?=VERSION?></h2>
|
|
<?php include("msgs.php") ?>
|
|
</div>
|
|
<div class="footer" align="right">
|
|
|
|
<form name="form1" method="post" action="">
|
|
|
|
<?php
|
|
if(count($errors)>0)
|
|
{
|
|
?>
|
|
<input type="hidden" name="step" value="update_0" id="step" >
|
|
<input type="submit" name="step0" id="step0" value="Recheck" class="button" >
|
|
<input type="submit" name="step0" id="step0" value="Continue Update" class="button_disabled" onClick="return false;">
|
|
<?php
|
|
}else{
|
|
?>
|
|
<input type="hidden" name="step" value="update_1" id="step" >
|
|
<input type="submit" name="step0" id="step0" value="Recheck" class="button_disabled" onClick="return false;">
|
|
<input type="submit" name="step0" id="step0" value="Continue Update" class="button">
|
|
<?php
|
|
}
|
|
?>
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
<?=the_installer_footer()?>
|