parent
29d9a7f807
commit
b74f8ce51d
|
@ -608,6 +608,7 @@ class Wizard
|
||||||
'button',
|
'button',
|
||||||
static::BTN_NEXT,
|
static::BTN_NEXT,
|
||||||
array(
|
array(
|
||||||
|
'class' => 'control-button',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => $pages[1]->getName(),
|
'value' => $pages[1]->getName(),
|
||||||
'label' => t('Next'),
|
'label' => t('Next'),
|
||||||
|
@ -619,6 +620,7 @@ class Wizard
|
||||||
'button',
|
'button',
|
||||||
static::BTN_PREV,
|
static::BTN_PREV,
|
||||||
array(
|
array(
|
||||||
|
'class' => 'control-button',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => $pages[$index - 1]->getName(),
|
'value' => $pages[$index - 1]->getName(),
|
||||||
'label' => t('Back'),
|
'label' => t('Back'),
|
||||||
|
@ -630,6 +632,7 @@ class Wizard
|
||||||
'button',
|
'button',
|
||||||
static::BTN_NEXT,
|
static::BTN_NEXT,
|
||||||
array(
|
array(
|
||||||
|
'class' => 'control-button',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => $pages[$index + 1]->getName(),
|
'value' => $pages[$index + 1]->getName(),
|
||||||
'label' => t('Next'),
|
'label' => t('Next'),
|
||||||
|
@ -641,6 +644,7 @@ class Wizard
|
||||||
'button',
|
'button',
|
||||||
static::BTN_PREV,
|
static::BTN_PREV,
|
||||||
array(
|
array(
|
||||||
|
'class' => 'control-button',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => $pages[$index - 1]->getName(),
|
'value' => $pages[$index - 1]->getName(),
|
||||||
'label' => t('Back'),
|
'label' => t('Back'),
|
||||||
|
@ -652,6 +656,7 @@ class Wizard
|
||||||
'button',
|
'button',
|
||||||
static::BTN_NEXT,
|
static::BTN_NEXT,
|
||||||
array(
|
array(
|
||||||
|
'class' => 'control-button',
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => $page->getName(),
|
'value' => $page->getName(),
|
||||||
'label' => t('Finish'),
|
'label' => t('Finish'),
|
||||||
|
|
Loading…
Reference in New Issue