From d16fddd27453ebce40c78f16b634811bd483a779 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 9 Oct 2014 16:12:36 +0200 Subject: [PATCH] Add a next button double to the admin account page as well Forgot to adjust this page as it's using a dedicated view script. refs #7163 --- application/views/scripts/form/setup-admin-account.phtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/views/scripts/form/setup-admin-account.phtml b/application/views/scripts/form/setup-admin-account.phtml index 9a20658e8..a5e1eb479 100644 --- a/application/views/scripts/form/setup-admin-account.phtml +++ b/application/views/scripts/form/setup-admin-account.phtml @@ -61,6 +61,12 @@ $showRadioBoxes = strpos(strtolower(get_class($radioElem)), 'radio') !== false; getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>
+ getElement(Wizard::BTN_NEXT); + $btn->setAttrib('class', 'double'); + $btn->setAttrib('tabindex', -1); + echo $btn; + ?> getElement(Wizard::BTN_PREV); ?> getElement(Wizard::BTN_NEXT); ?>