import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
14
modules/install/views/scripts/index/index.phtml
Normal file
14
modules/install/views/scripts/index/index.phtml
Normal file
@ -0,0 +1,14 @@
|
||||
<h3>
|
||||
<?= $this->translate('This Community-ID instance hasn\'t been installed yet') ?>
|
||||
</h3>
|
||||
<div style="margin-top:20px">
|
||||
<input type="button" id="start" value="<?= $this->translate('Proceed with installation')?>" />
|
||||
<script type="text/javascript">
|
||||
var oButton = new YAHOO.widget.Button(
|
||||
"start",
|
||||
{
|
||||
onclick: {fn: function() {location.href="<?= $this->base ?>/install/credentials"}}
|
||||
}
|
||||
);
|
||||
</script>
|
||||
</div>
|
Reference in New Issue
Block a user