From ae9fa38ac491ebe82ac8dea0cdfa6796701aa5eb Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 30 Jun 2015 11:38:40 +0200 Subject: [PATCH] AdminAccountPage: Drop unused view script refs #8704 --- .../scripts/form/setup-admin-account.phtml | 82 ------------------- 1 file changed, 82 deletions(-) delete mode 100644 modules/setup/application/views/scripts/form/setup-admin-account.phtml 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