From dae2cbbeaeac2b8c8442f80f3b1c5cac6a92bfd0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 27 Oct 2014 09:01:00 +0100 Subject: [PATCH] Add missing action attribute to "by view-script" rendered forms refs #7163 --- application/views/scripts/form/setup-admin-account.phtml | 2 +- application/views/scripts/form/setup-modules.phtml | 4 ++-- application/views/scripts/form/setup-requirements.phtml | 2 +- application/views/scripts/form/setup-summary.phtml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/views/scripts/form/setup-admin-account.phtml b/application/views/scripts/form/setup-admin-account.phtml index a5e1eb479..41ff42c4e 100644 --- a/application/views/scripts/form/setup-admin-account.phtml +++ b/application/views/scripts/form/setup-admin-account.phtml @@ -6,7 +6,7 @@ $radioElem = $form->getElement('user_type'); $showRadioBoxes = strpos(strtolower(get_class($radioElem)), 'radio') !== false; ?> -
+ getElement('description'); ?> getElement('by_name')) !== null): ?>
diff --git a/application/views/scripts/form/setup-modules.phtml b/application/views/scripts/form/setup-modules.phtml index 291d7d2ea..83226686d 100644 --- a/application/views/scripts/form/setup-modules.phtml +++ b/application/views/scripts/form/setup-modules.phtml @@ -6,7 +6,7 @@ use Icinga\Web\Wizard;

- + getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>
    @@ -37,7 +37,7 @@ use Icinga\Web\Wizard;
    getCurrentWizard()->getForm()->render(); ?>
    - + getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>
    diff --git a/application/views/scripts/form/setup-requirements.phtml b/application/views/scripts/form/setup-requirements.phtml index 2e1e79c1b..01160714a 100644 --- a/application/views/scripts/form/setup-requirements.phtml +++ b/application/views/scripts/form/setup-requirements.phtml @@ -19,7 +19,7 @@ $requirements = $form->getRequirements(); - + getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>
    diff --git a/application/views/scripts/form/setup-summary.phtml b/application/views/scripts/form/setup-summary.phtml index b862aec3c..de4f5141e 100644 --- a/application/views/scripts/form/setup-summary.phtml +++ b/application/views/scripts/form/setup-summary.phtml @@ -15,7 +15,7 @@ use Icinga\Web\Wizard;
    - + getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>