| Línea 731... |
Línea 731... |
| 731 |
<form action="#" name="form-section" id="form-section">
|
731 |
<form action="#" name="form-section" id="form-section">
|
| 732 |
<input type="hidden" name="id-section" id="id-section" />
|
732 |
<input type="hidden" name="id-section" id="id-section" />
|
| 733 |
<div class="modal-content">
|
733 |
<div class="modal-content">
|
| 734 |
<div class="modal-header">
|
734 |
<div class="modal-header">
|
| 735 |
<h6 class="modal-title">LABEL_ADD LABEL_SECTION</h6>
|
735 |
<h6 class="modal-title">LABEL_ADD LABEL_SECTION</h6>
|
| 736 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
736 |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close"></button>
|
| 737 |
<span aria-hidden="true">×</span>
|
- |
|
| 738 |
</button>
|
- |
|
| 739 |
</div>
|
737 |
</div>
|
| 740 |
<div class="modal-body">
|
738 |
<div class="modal-body">
|
| 741 |
<div class="form-group">
|
739 |
<div class="form-group">
|
| 742 |
<label for="title-section">LABEL_FIRST_NAME</label>
|
740 |
<label for="title-section">LABEL_FIRST_NAME</label>
|
| 743 |
<input type="text" name="title-section" id="title-section" class="form-control" maxlength="50" value="" />
|
741 |
<input type="text" name="title-section" id="title-section" class="form-control" maxlength="50" value="" />
|
| Línea 754... |
Línea 752... |
| 754 |
</select>
|
752 |
</select>
|
| 755 |
</div>
|
753 |
</div>
|
| 756 |
</div>
|
754 |
</div>
|
| 757 |
<div class="modal-footer">
|
755 |
<div class="modal-footer">
|
| 758 |
<button type="button" id="btn-save-section" class="btn btn-primary">LABEL_SAVE</button>
|
756 |
<button type="button" id="btn-save-section" class="btn btn-primary">LABEL_SAVE</button>
|
| 759 |
<button type="button" class="btn btn-light" data-dismiss="modal">LABEL_CLOSE</button>
|
757 |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close">LABEL_CLOSE</button>
|
| 760 |
</div>
|
758 |
</div>
|
| 761 |
</div>
|
759 |
</div>
|
| 762 |
</form>
|
760 |
</form>
|
| 763 |
</div>
|
761 |
</div>
|
| 764 |
</div>
|
762 |
</div>
|
| Línea 770... |
Línea 768... |
| 770 |
<input type="hidden" name="section-option" id="section-option" value="" />
|
768 |
<input type="hidden" name="section-option" id="section-option" value="" />
|
| 771 |
<input type="hidden" name="id-option" id="id-option" value="" />
|
769 |
<input type="hidden" name="id-option" id="id-option" value="" />
|
| 772 |
<div class="modal-content">
|
770 |
<div class="modal-content">
|
| 773 |
<div class="modal-header">
|
771 |
<div class="modal-header">
|
| 774 |
<h6 class="modal-title">LABEL_OPTION</h6>
|
772 |
<h6 class="modal-title">LABEL_OPTION</h6>
|
| 775 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
773 |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close"></button>
|
| 776 |
<span aria-hidden="true">×</span>
|
- |
|
| 777 |
</button>
|
- |
|
| 778 |
</div>
|
774 |
</div>
|
| 779 |
<div class="modal-body">
|
775 |
<div class="modal-body">
|
| 780 |
<div class="form-group">
|
776 |
<div class="form-group">
|
| 781 |
<label for="text-option">LABEL_TEXT</label>
|
777 |
<label for="text-option">LABEL_TEXT</label>
|
| 782 |
<!-- ckeditor -->
|
778 |
<!-- ckeditor -->
|
| 783 |
<textarea name="text-option" id="text-option" rows="5" class="form-control"></textarea>
|
779 |
<textarea name="text-option" id="text-option" rows="5" class="form-control"></textarea>
|
| 784 |
</div>
|
780 |
</div>
|
| 785 |
</div>
|
781 |
</div>
|
| 786 |
<div class="modal-footer">
|
782 |
<div class="modal-footer">
|
| 787 |
<button type="button" class="btn btn-primary" id="btn-save-option">LABEL_SAVE</button>
|
783 |
<button type="button" class="btn btn-primary" id="btn-save-option">LABEL_SAVE</button>
|
| 788 |
<button type="button" class="btn btn-light" data-dismiss="modal">LABEL_CLOSE</button>
|
784 |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close">LABEL_CLOSE</button>
|
| 789 |
</div>
|
785 |
</div>
|
| 790 |
</div>
|
786 |
</div>
|
| 791 |
</form>
|
787 |
</form>
|
| 792 |
</div>
|
788 |
</div>
|
| 793 |
</div>
|
789 |
</div>
|