diff --git a/application/views/forms/create.php b/application/views/forms/create.php index de51332..fb91ac2 100644 --- a/application/views/forms/create.php +++ b/application/views/forms/create.php @@ -4,8 +4,8 @@
- - + +

@@ -13,7 +13,7 @@
diff --git a/application/views/forms/respond_form.php b/application/views/forms/respond_form.php index a70c359..e00e752 100644 --- a/application/views/forms/respond_form.php +++ b/application/views/forms/respond_form.php @@ -1,10 +1,11 @@

-
-

title, ENT_QUOTES, 'UTF-8') ?>

-

description, ENT_QUOTES, 'UTF-8') ?>

- +
+
+
title, ENT_QUOTES, 'UTF-8') ?>
+
description, ENT_QUOTES, 'UTF-8') ?>
+
@@ -12,12 +13,12 @@ $question) : ?>
-

question_text, ENT_QUOTES, 'UTF-8') ?>

+
question_text, ENT_QUOTES, 'UTF-8') ?>

question_type == 'paragraph') : ?>
- +
@@ -25,11 +26,11 @@ options as $optionIndex => $option) : ?>
question_type == 'multiple-choice') : ?> - - +   + question_type == 'checkbox') : ?> - - +   +

@@ -44,7 +45,7 @@

No questions found for this form.

- +
diff --git a/application/views/forms/user_forms.php b/application/views/forms/user_forms.php index 8793540..617ebf2 100644 --- a/application/views/forms/user_forms.php +++ b/application/views/forms/user_forms.php @@ -15,7 +15,11 @@ is_published == 1) : ?> - title, ENT_QUOTES, 'UTF-8') ?> + + + title ? $form->title : $form->form_id, ENT_QUOTES, 'UTF-8') ?> + + created_at)) ?> response_link ?> diff --git a/application/views/forms/view_form.php b/application/views/forms/view_form.php index 7962b60..89ee89a 100644 --- a/application/views/forms/view_form.php +++ b/application/views/forms/view_form.php @@ -2,8 +2,10 @@
+
+
diff --git a/application/views/forms/view_response.php b/application/views/forms/view_response.php index 08f9833..9987733 100644 --- a/application/views/forms/view_response.php +++ b/application/views/forms/view_response.php @@ -1,19 +1,23 @@

-
-

title, ENT_QUOTES, 'UTF-8') ?>

-

description, ENT_QUOTES, 'UTF-8') ?>

- -

Response ID: response_id ?>

-

Submitted At: created_at)) ?>

- +
+
+
title, ENT_QUOTES, 'UTF-8') ?>
+
description, ENT_QUOTES, 'UTF-8') ?>
+
+
+
Response ID: response_id ?>
+
Submitted At: created_at)) ?>
+
+
+
$question) : ?>
-

question_text, ENT_QUOTES, 'UTF-8') ?>

+
question_text, ENT_QUOTES, 'UTF-8') ?>

question_type == 'paragraph') : ?>
- +
@@ -34,11 +38,11 @@ options as $optionIndex => $option) : ?>
question_type == 'multiple-choice') : ?> - option_text, ENT_QUOTES, 'UTF-8'), $answer_texts)) ? 'checked' : '' ?> readonly> - +  option_text, ENT_QUOTES, 'UTF-8'), $answer_texts)) ? 'checked' : '' ?> readonly> + question_type == 'checkbox') : ?> - option_text, ENT_QUOTES, 'UTF-8'), $answer_texts)) ? 'checked' : '' ?> readonly> - +  option_text, ENT_QUOTES, 'UTF-8'), $answer_texts)) ? 'checked' : '' ?> readonly> +

diff --git a/application/views/templates/header.php b/application/views/templates/header.php index 66fd567..d4d2b85 100644 --- a/application/views/templates/header.php +++ b/application/views/templates/header.php @@ -7,8 +7,8 @@ - -