Updated config management
Updated install Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
4bb4693d2e
commit
fcd1f5b740
58 changed files with 1579 additions and 1695 deletions
|
|
@ -2,16 +2,6 @@
|
|||
'install' => array(
|
||||
'update' => '2columns-left',
|
||||
'reference' => array(
|
||||
'messages' => array(
|
||||
'actions' => array(
|
||||
array(
|
||||
'method' => 'prepareMessages',
|
||||
'params' => array(
|
||||
'namespace' => 'install'
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
'content' => array(
|
||||
'children' => array(
|
||||
'navigation' => array(
|
||||
|
|
@ -155,5 +145,19 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
'install.summary' => array(
|
||||
'update' => 'install',
|
||||
'reference' => array(
|
||||
'content' => array(
|
||||
'children' => array(
|
||||
'overview' => array(
|
||||
'type' => 'core/template',
|
||||
'template' => 'summary.phtml'
|
||||
),
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<h1><?php echo $this->__('Welcome to the Wootook! installer')?></h1>
|
||||
<h2><?php echo $this->__('Admin Profile Config')?></h2>
|
||||
<?php echo $this->getLayout()->getMessagesblock()->renderGroupedHtml()?>
|
||||
<form method="post" action="?mode=install&step=3" id="form:database">
|
||||
<form method="post" action="?mode=install&step=4" id="form:database">
|
||||
<input type="hidden" id="form_key" name="__formkey" value="<?php echo $session->getFormKey()?>" />
|
||||
<p>
|
||||
<label for="account:username"><?php echo $this->__('Root admin account name:')?></label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue