| Línea 298... |
Línea 298... |
| 298 |
'targets': -1,
|
298 |
'targets': -1,
|
| 299 |
'orderable': false,
|
299 |
'orderable': false,
|
| 300 |
'render': function(data, type, row) {
|
300 |
'render': function(data, type, row) {
|
| 301 |
s = '';
|
301 |
s = '';
|
| 302 |
if (allowEdit) {
|
302 |
if (allowEdit) {
|
| 303 |
s = s + '<button class="btn btn-primary btn-edit-form" data-href="' + data + '" data-toggle="tooltip" title="LABEL_EDIT"><i class="fa fa-pencil"></i> LABEL_EDIT </button> ';
|
303 |
s = s + '<button class="btn btn-primary btn-edit-form" data-href="' + data + '" data-toggle="tooltip" title="LABEL_MAKE"><i class="fa fa-pencil"></i> LABEL_MAKE </button> ';
|
| 304 |
}
|
304 |
}
|
| 305 |
return s;
|
305 |
return s;
|
| 306 |
}
|
306 |
}
|
| 307 |
}
|
307 |
}
|
| 308 |
],
|
308 |
],
|
| Línea 566... |
Línea 566... |
| 566 |
<form action="#" name="form-option" id="form-review">
|
566 |
<form action="#" name="form-option" id="form-review">
|
| 567 |
<input type="hidden" name="section" id="section" value="" />
|
567 |
<input type="hidden" name="section" id="section" value="" />
|
| 568 |
<input type="hidden" name="question" id="question" value="" />
|
568 |
<input type="hidden" name="question" id="question" value="" />
|
| 569 |
<div class="modal-content">
|
569 |
<div class="modal-content">
|
| 570 |
<div class="modal-header">
|
570 |
<div class="modal-header">
|
| 571 |
<h4 class="modal-title">LABEL_EDIT LABEL_REVIEW</h4>
|
571 |
<h4 class="modal-title">DO_RESPONSE_REVIEW</h4>
|
| 572 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
572 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
| 573 |
<span aria-hidden="true">×</span>
|
573 |
<span aria-hidden="true">×</span>
|
| 574 |
</button>
|
574 |
</button>
|
| 575 |
</div>
|
575 |
</div>
|
| 576 |
<div class="modal-body">
|
576 |
<div class="modal-body">
|
| 577 |
<div class="form-group">
|
577 |
<div class="form-group">
|
| 578 |
<label for="option-text">LABEL_COMMENT</label>
|
578 |
<label for="option-text">LABEL_COMMENT</label>
|
| 579 |
<!-- ckeditor -->
|
579 |
<!-- ckeditor -->
|
| 580 |
<textarea name="question-comment" id="question-comment" rows="5" class="form-control" placeholder="Puede ingresar un comentario adicional aquí"></textarea>
|
580 |
<textarea name="question-comment" id="question-comment" rows="5" class="form-control" placeholder="ENTER_COMMENT"></textarea>
|
| 581 |
</div>
|
581 |
</div>
|
| 582 |
<div class="form-group">
|
582 |
<div class="form-group">
|
| 583 |
<label for="question-status">LABEL_ANSWER_CORRECT</label>
|
583 |
<label for="question-status">LABEL_ANSWER_CORRECT</label>
|
| 584 |
<select name="question-status" id="question-status" class="form-control">
|
584 |
<select name="question-status" id="question-status" class="form-control">
|
| 585 |
<option value="1">LABEL_YES</option>
|
585 |
<option value="1">LABEL_YES</option>
|
| Línea 644... |
Línea 644... |
| 644 |
<td>
|
644 |
<td>
|
| 645 |
{{if type != 'simple' && type !='multiple' }}
|
645 |
{{if type != 'simple' && type !='multiple' }}
|
| Línea 646... |
Línea 646... |
| 646 |
|
646 |
|
| 647 |
|
647 |
|
| 648 |
<button class="btn btn-default btn-edit-review" data-section="{{:slug_section}}" data-question="{{:slug_question}}">
|
648 |
<button class="btn btn-default btn-edit-review" data-section="{{:slug_section}}" data-question="{{:slug_question}}">
|
| Línea 649... |
Línea 649... |
| 649 |
<i class="fa fa-pencil" aria-hidden="true"></i> LABEL_EDIT LABEL_REVIEW
|
649 |
<i class="fa fa-pencil" aria-hidden="true"></i> LABEL_MAKE LABEL_REVIEW
|
| Línea 650... |
Línea 650... |
| 650 |
</button>
|
650 |
</button>
|