2019-07-17 20:08:50 +00:00
|
|
|
<h3>
|
2019-07-17 20:19:00 +00:00
|
|
|
<?= $this->translate('The installation was performed successfully') ?>
|
2019-07-17 20:08:50 +00:00
|
|
|
</h3>
|
|
|
|
<div style="margin-top:20px">
|
|
|
|
<div>
|
2019-07-17 20:19:00 +00:00
|
|
|
<?= $this->translate('You can login as the administrator with the username and password you just provided.') ?><br />
|
|
|
|
<?= $this->translate('Please note that this user is only meant for administrative tasks, and cannot have an OpenID credential.') ?>
|
2019-07-17 20:08:50 +00:00
|
|
|
</div>
|
|
|
|
<div style="margin-top:20px">
|
2019-07-17 20:16:19 +00:00
|
|
|
<input type="button" id="start" value="<?php echo $this->translate('Finish') ?>" />
|
2019-07-17 20:08:50 +00:00
|
|
|
<div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
var oButton = new YAHOO.widget.Button(
|
|
|
|
"start",
|
|
|
|
{
|
2019-07-17 20:19:00 +00:00
|
|
|
onclick: {fn: function() {location.href="<?php echo $this->base ?>/"}}
|
2019-07-17 20:08:50 +00:00
|
|
|
}
|
|
|
|
);
|
|
|
|
</script>
|
|
|
|
</div>
|