diff --git a/application/views/admin/templates/templateeditor_question_answer_view.php b/application/views/admin/templates/templateeditor_question_answer_view.php index cf2d9cde9d8..273d9460a2f 100644 --- a/application/views/admin/templates/templateeditor_question_answer_view.php +++ b/application/views/admin/templates/templateeditor_question_answer_view.php @@ -2,28 +2,7 @@ - -
-
- - - -

- - - -

- - -
-
- -getController()->renderPartial('/admin/templates/templateeditor_question_answertext_view'); }else{ ?> diff --git a/application/views/admin/templates/templateeditor_question_answertext_view.php b/application/views/admin/templates/templateeditor_question_answertext_view.php new file mode 100644 index 00000000000..7d00feab88f --- /dev/null +++ b/application/views/admin/templates/templateeditor_question_answertext_view.php @@ -0,0 +1,14 @@ +getController()->renderPartial('/survey/questions/longfreetext/answer', array( + 'extraclass' => 'col-sm-12', + 'coreClass' =>"ls-answers answer-item text-item", + 'withColumn' =>true, + 'kpclass' => '', + 'name' => '1234X56X78', + 'drows' => 5, + 'dispVal' => gT('Some text in this answer'), + 'tiwidth' => 40, + 'maxlength' => '', + 'checkconditionFunction' => '', + )); +?>