From 253d8769aff0e8d6540439be5601d4bad237cd4f Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Wed, 13 Mar 2024 09:48:14 -0400 Subject: [PATCH] Add titles to Petition steps and buttons to the steps index (CFM-31) (#173) --- app/templates/Standard/dispatch.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/templates/Standard/dispatch.php b/app/templates/Standard/dispatch.php index be78db43f..d6ebac506 100644 --- a/app/templates/Standard/dispatch.php +++ b/app/templates/Standard/dispatch.php @@ -78,6 +78,33 @@ $this->set('vv_fields_inc', 'dispatch.inc'); $this->set('vv_submit_button_label', __d('operation', 'continue')); +?> + +
+
+

+
+
+ + +
+ Flash->render() ?> + + + + Alert->alert($b, 'warning') ?> + + + + + + Alert->alert($b, 'warning') ?> + + +
+ +Form->create();