Línea 1514... |
Línea 1514... |
1514 |
|
1514 |
|
Línea 1515... |
Línea 1515... |
1515 |
<!-- Create/Edit Form -->
|
1515 |
<!-- Create/Edit Form -->
|
1516 |
|
1516 |
|
1517 |
<!---Template Sections --->
|
1517 |
<!---Template Sections --->
|
1518 |
<script id="sectionTemplate" type="text/x-jsrender">
|
1518 |
<script id="sectionTemplate" type="text/x-jsrender">
|
1519 |
<div class="panel panel-default" id="panel-{{:slug_section}}">
|
1519 |
<div class="panel panel-default" id="panel-{{:slug_section}}">
|
1520 |
<div class="panel-heading">
|
1520 |
<div class="panel-heading">
|
1521 |
<h4 class="panel-title">
|
1521 |
<h4 class="panel-title">
|
1522 |
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#panel-{{:slug_section}}" href="#collapse-{{:slug_section}}">
|
1522 |
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#panel-{{:slug_section}}" href="#collapse-{{:slug_section}}">
|
Línea 1556... |
Línea 1556... |
1556 |
<td class="text-left">--LABEL_QUESTION</td>
|
1556 |
<td class="text-left">--LABEL_QUESTION</td>
|
1557 |
<td class="text-left">
|
1557 |
<td class="text-left">
|
1558 |
{{:text}}
|
1558 |
{{:text}}
|
1559 |
</td>
|
1559 |
</td>
|
1560 |
<td><font color="red">{{:value}}</font></td>
|
1560 |
<td><font color="red">{{:value}}</font></td>
|
1561 |
<td class="text-capitalize">{{:type}}</td>
|
1561 |
<td class="text-capitalize">
|
- |
|
1562 |
{{if type == 'open'}} LABEL_OPEN {{/if}}
|
- |
|
1563 |
{{if type == 'simple'}} Simple {{/if}}
|
- |
|
1564 |
{{if type == 'multiple'}} Multiple {{/if}}
|
- |
|
1565 |
{{if type == 'rating-open'}} LABEL_RATING_OPEN {{/if}}
|
- |
|
1566 |
{{if type == 'rating-range'}} LABEL_RATING_RANGE {{/if}}
|
- |
|
1567 |
</td>
|
1562 |
<td>
|
1568 |
<td>
|
1563 |
<button class="btn btn-default btn-edit-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip" data-original-title="LABEL_EDIT LABEL_QUESTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_QUESTION</button>
|
1569 |
<button class="btn btn-default btn-edit-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip" data-original-title="LABEL_EDIT LABEL_QUESTION"><i class="fa fa-edit" aria-hidden="true"></i> LABEL_EDIT LABEL_QUESTION</button>
|
1564 |
<button class="btn btn-default btn-delete-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip" data-original-title="LABEL_DELETE LABEL_QUESTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_QUESTION</button>
|
1570 |
<button class="btn btn-default btn-delete-question" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip" data-original-title="LABEL_DELETE LABEL_QUESTION"><i class="fa fa-ban" aria-hidden="true"></i> LABEL_DELETE LABEL_QUESTION</button>
|
1565 |
<button class="btn btn-default btn-add-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip" data-original-title="LABEL_ADD LABEL_OPTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_OPTION</button>
|
1571 |
<button class="btn btn-default btn-add-option" data-section="{{:slug_section}}" data-question="{{:slug_question}}" data-toggle="tooltip" data-original-title="LABEL_ADD LABEL_OPTION"><i class="fa fa-plus" aria-hidden="true"></i> LABEL_ADD LABEL_OPTION</button>
|
1566 |
</td>
|
1572 |
</td>
|