diff --git a/Theme/Backend/surveys-create.tpl.php b/Theme/Backend/surveys-create.tpl.php index 1905232..f547ac3 100644 --- a/Theme/Backend/surveys-create.tpl.php +++ b/Theme/Backend/surveys-create.tpl.php @@ -13,64 +13,73 @@ */ echo $this->getData('nav')->render(); ?> -
-

getHtml('Survey'); ?>

-
-
- -
-
-
-
-
-
-
-
-
+
+
+
+

getHtml('Survey'); ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
+
-
-
-

getHtml('Section'); ?>

-
-
- -
-
-
-
-
-
+
+
+

getHtml('Section'); ?>

+
+
+ +
+
+
+
+
+
+
+
-
+ - -
-

getHtml('Question'); ?>

-
-
- -
-
-
-
-
-
-
-
+
+
+
+

getHtml('Question'); ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/Theme/Backend/surveys-list.tpl.php b/Theme/Backend/surveys-list.tpl.php index 03fdc90..1e67663 100644 --- a/Theme/Backend/surveys-list.tpl.php +++ b/Theme/Backend/surveys-list.tpl.php @@ -19,23 +19,27 @@ $footerView->setPage(1); echo $this->getData('nav')->render(); ?> -
- - - - - - - - $value) : $count++; ?> - - -
getHtml('Surveys'); ?>
getHtml('Status') ?> - getHtml('Title') ?> - getHtml('Created') ?> - getHtml('Creator') ?> -
render(); ?> -
getHtml('Empty', 0, 0); ?> - -
-
+
+
+
+ + + + + + + + $value) : $count++; ?> + + +
getHtml('Surveys'); ?>
getHtml('Status') ?> + getHtml('Title') ?> + getHtml('Created') ?> + getHtml('Creator') ?> +
render(); ?> +
getHtml('Empty', 0, 0); ?> + +
+
+
+
\ No newline at end of file