complete.tpl
389 Bytes
<?php global $default; ?>
<form>
<p class="title">Database Upgrade Completed</p>
<div id="step_content_complete" class="step">
<!-- Services -->
<br/><br/>
<div>
Your database has been upgraded to <?php echo $default->systemVersion; ?>
</div>
</div>
<a href="../../" class="back button_next" style="width:80px;" onclick="javascript:{w.clearSessions();}">Goto Login</a>
</form>