diff --git a/modules/setup/application/views/scripts/form/setup-admin-account.phtml b/modules/setup/application/views/scripts/form/setup-admin-account.phtml deleted file mode 100644 index 99e5692b3..000000000 --- a/modules/setup/application/views/scripts/form/setup-admin-account.phtml +++ /dev/null @@ -1,82 +0,0 @@ -getElement('user_type'); -$showRadioBoxes = strpos(strtolower(get_class($radioElem)), 'radio') !== false; - -?> -
-

translate('Administration', 'setup.page.title'); ?>

- - getElement('title'); ?> - getElement('description'); ?> -getElement('by_name')) !== null): ?> -
-
- setAttrib('data-related-radiobtn', 'by_name') : $byNameElem; ?> -
- -
- -
- -
- -getElement('existing_user')) !== null): ?> -
-
- setAttrib('data-related-radiobtn', 'existing_user') : $existingUserElem; ?> -
- -
- -
- -
- -getElement('new_user')) !== null): ?> -
-
- setAttrib('data-related-radiobtn', 'new_user') : $newUserElem; ?> - getElement('new_user_password'); ?> - getElement('new_user_2ndpass'); ?> -
- -
- -
- -
- - - - - 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); ?> -
-
\ No newline at end of file