diff --git a/Theme/Backend/surveys-create.tpl.php b/Theme/Backend/surveys-create.tpl.php index 480e099..a4072a2 100644 --- a/Theme/Backend/surveys-create.tpl.php +++ b/Theme/Backend/surveys-create.tpl.php @@ -95,7 +95,7 @@ echo $this->getData('nav')->render(); ?>
printHtml($survey->getL11n()->title); ?>
getL11n()->description)) : ?> -
getL11n()->description; ?>
+
getL11n()->description; ?>
getElements(); foreach ($elements as $element) { @@ -119,7 +119,7 @@ echo $this->getData('nav')->render(); ?> echo '
'; echo '
' . $this->printHtml($element->getL11n()->text) . '
'; echo !empty($element->getL11n()->description) - ? '
' . $element->getL11n()->description . '
' + ? '
' . $element->getL11n()->description . '
' : ''; echo '
';