| Línea 1502... |
Línea 1502... |
| 1502 |
<div class="container-fluid" id="row-forms">
|
1502 |
<div class="container-fluid" id="row-forms">
|
| 1503 |
<div class="row">
|
1503 |
<div class="row">
|
| 1504 |
<div class="col-12">
|
1504 |
<div class="col-12">
|
| 1505 |
<div class="card">
|
1505 |
<div class="card">
|
| 1506 |
<div class="card-body">
|
1506 |
<div class="card-body">
|
| 1507 |
<table id="gridTable" class="table table-hover">
|
1507 |
<table id="gridTable" class="table table-bordered">
|
| 1508 |
<thead>
|
1508 |
<thead>
|
| 1509 |
<tr>
|
1509 |
<tr>
|
| 1510 |
<th>LABEL_NAME</th>
|
1510 |
<th>LABEL_NAME</th>
|
| 1511 |
<th>LABEL_LANGUAGE</th>
|
1511 |
<th>LABEL_LANGUAGE</th>
|
| 1512 |
<th>LABEL_ACTIVE</th>
|
1512 |
<th>LABEL_ACTIVE</th>
|
| Línea 1592... |
Línea 1592... |
| 1592 |
<div class="modal-dialog modal-lg" role="document">
|
1592 |
<div class="modal-dialog modal-lg" role="document">
|
| 1593 |
<form action="#" name="form-section" id="form-section">
|
1593 |
<form action="#" name="form-section" id="form-section">
|
| 1594 |
<input type="hidden" name="section-slug" id="section-slug" value="" />
|
1594 |
<input type="hidden" name="section-slug" id="section-slug" value="" />
|
| 1595 |
<div class="modal-content">
|
1595 |
<div class="modal-content">
|
| 1596 |
<div class="modal-header">
|
1596 |
<div class="modal-header">
|
| 1597 |
<h4 class="modal-title">LABEL_ADD LABEL_SECTION</h4>
|
1597 |
<h6 class="modal-title">LABEL_ADD LABEL_SECTION</h6>
|
| 1598 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
1598 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
| 1599 |
<span aria-hidden="true">×</span>
|
1599 |
<span aria-hidden="true">×</span>
|
| 1600 |
</button>
|
1600 |
</button>
|
| 1601 |
</div>
|
1601 |
</div>
|
| 1602 |
<div class="modal-body">
|
1602 |
<div class="modal-body">
|
| Línea 1631... |
Línea 1631... |
| 1631 |
<form action="#" name="form-question" id="form-question">
|
1631 |
<form action="#" name="form-question" id="form-question">
|
| 1632 |
<input type="hidden" name="question-section" id="question-section" />
|
1632 |
<input type="hidden" name="question-section" id="question-section" />
|
| 1633 |
<input type="hidden" name="question-slug" id="question-slug" />
|
1633 |
<input type="hidden" name="question-slug" id="question-slug" />
|
| 1634 |
<div class="modal-content">
|
1634 |
<div class="modal-content">
|
| 1635 |
<div class="modal-header">
|
1635 |
<div class="modal-header">
|
| 1636 |
<h4 class="modal-title">LABEL_ADD LABEL_QUESTION</h4>
|
1636 |
<h6 class="modal-title">LABEL_ADD LABEL_QUESTION</h6>
|
| 1637 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
1637 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
| 1638 |
<span aria-hidden="true">×</span>
|
1638 |
<span aria-hidden="true">×</span>
|
| 1639 |
</button>
|
1639 |
</button>
|
| 1640 |
</div>
|
1640 |
</div>
|
| 1641 |
<div class="modal-body">
|
1641 |
<div class="modal-body">
|
| Línea 1697... |
Línea 1697... |
| 1697 |
<input type="hidden" name="option-section" id="option-section" value="" />
|
1697 |
<input type="hidden" name="option-section" id="option-section" value="" />
|
| 1698 |
<input type="hidden" name="option-question" id="option-question" value="" />
|
1698 |
<input type="hidden" name="option-question" id="option-question" value="" />
|
| 1699 |
<input type="hidden" name="option-slug" id="option-slug" value="" />
|
1699 |
<input type="hidden" name="option-slug" id="option-slug" value="" />
|
| 1700 |
<div class="modal-content">
|
1700 |
<div class="modal-content">
|
| 1701 |
<div class="modal-header">
|
1701 |
<div class="modal-header">
|
| 1702 |
<h4 class="modal-title">LABEL_OPTION</h4>
|
1702 |
<h6 class="modal-title">LABEL_OPTION</h6>
|
| 1703 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
1703 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
| 1704 |
<span aria-hidden="true">×</span>
|
1704 |
<span aria-hidden="true">×</span>
|
| 1705 |
</button>
|
1705 |
</button>
|
| 1706 |
</div>
|
1706 |
</div>
|
| 1707 |
<div class="modal-body">
|
1707 |
<div class="modal-body">
|
| Línea 1735... |
Línea 1735... |
| 1735 |
|
1735 |
|
| 1736 |
<!---Template Sections --->
|
1736 |
<!---Template Sections --->
|
| 1737 |
<script id="sectionTemplate" type="text/x-jsrender">
|
1737 |
<script id="sectionTemplate" type="text/x-jsrender">
|
| 1738 |
<div class="panel panel-default" id="panel-{{:slug_section}}">
|
1738 |
<div class="panel panel-default" id="panel-{{:slug_section}}">
|
| 1739 |
<div class="panel-heading">
|
1739 |
<div class="panel-heading">
|
| 1740 |
<h4 class="panel-title">
|
1740 |
<h6 class="panel-title">
|
| 1741 |
<a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:slug_section}}" href="#collapse-{{:slug_section}}">
|
1741 |
<a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:slug_section}}" href="#collapse-{{:slug_section}}">
|
| 1742 |
<span class="section-name{{:slug_section}}">
|
1742 |
<span class="section-name{{:slug_section}}">
|
| 1743 |
{{:name}}
|
1743 |
{{:name}}
|
| 1744 |
</span>
|
1744 |
</span>
|
| 1745 |
</a>
|
1745 |
</a>
|
| 1746 |
</h4>
|
1746 |
</h6>
|
| 1747 |
</div>
|
1747 |
</div>
|
| 1748 |
<div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
|
1748 |
<div id="collapse-{{:slug_section}}" class="panel-collapse in collapse show">
|
| 1749 |
<div class="panel-body">
|
1749 |
<div class="panel-body">
|
| 1750 |
<div class="table-responsive">
|
1750 |
<div class="table-responsive">
|