Skip to content

Commit

Permalink
Merge pull request #24 from toolsforresearch/iss23
Browse files Browse the repository at this point in the history
Deleted .question-wrapper from question.pstpl in default template. #23 

OK, but : think we need a global wrapper/container for whole question+answers+help part :) with a clean class name.

And we must fix the question-title-container VS questionvalidcontainer VS answer-container
  • Loading branch information
Shnoulle committed Sep 9, 2016
2 parents c17fe46 + ab74384 commit c463555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/default/views/question.pstpl
Expand Up @@ -2,7 +2,7 @@
<div {QUESTION_ESSENTIALS} class="{QUESTION_CLASS}{QUESTION_MAN_CLASS}{QUESTION_INPUT_ERROR_CLASS} col-xs-12 question-container">

<!-- Question title -->
<div class="row question-wrapper question-title-container">
<div class="row question-title-container">
<div class="col-sm-12 questiontext">
<div class="qnumcode question-text">
{QUESTION_MANDATORY}{QUESTION_NUMBER} {QUESTION_CODE}{QUESTION_TEXT}
Expand All @@ -12,7 +12,7 @@
</div>

<!-- Question valid message -->
<div class="row question-wrapper">
<div class="row">
<div class="col-sm-12 questionvalidcontainer">
{QUESTION_VALID_MESSAGE}
{QUESTION_MAN_MESSAGE}
Expand All @@ -22,14 +22,14 @@


<!-- Answer -->
<div class="row question-wrapper answer-container">
<div class="row answer-container">
<div class="col-sm-12 answer">
{ANSWER}
</div>
</div>

<!-- Question help -->
<div class="row question-wrapper question-help-container">
<div class="row question-help-container">
<div class="col-sm-12 question-help">
{QUESTIONHELP}
</div>
Expand Down

0 comments on commit c463555

Please sign in to comment.