clipbucket/upload/install/steps/step_update_0.php

28 lines
890 B
PHP
Raw Normal View History

2010-01-06 18:21:04 +00:00
<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>