| Línea 1623... |
Línea 1623... |
| 1623 |
<textarea name="form-text" id="form-text" rows="5" class="ckeditor form-control"></textarea>
|
1623 |
<textarea name="form-text" id="form-text" rows="5" class="ckeditor form-control"></textarea>
|
| 1624 |
</div>
|
1624 |
</div>
|
| 1625 |
<div class="form-group">
|
1625 |
<div class="form-group">
|
| 1626 |
<label for="form-language">LABEL_LANGUAGES</label>
|
1626 |
<label for="form-language">LABEL_LANGUAGES</label>
|
| 1627 |
<select name="form-language" id="form-language" class="form-control">
|
1627 |
<select name="form-language" id="form-language" class="form-control">
|
| 1628 |
<option value="<?php echo $this->lang_en; ?>">LABEL_ENGLISH</option>
|
1628 |
<option value="<?php echo $lang_en; ?>">LABEL_ENGLISH</option>
|
| 1629 |
<option value="<?php echo $this->lang_es; ?>">LABEL_SPANISH</option>
|
1629 |
<option value="<?php echo $lang_es; ?>">LABEL_SPANISH</option>
|
| 1630 |
</select>
|
1630 |
</select>
|
| 1631 |
</div>
|
1631 |
</div>
|
| 1632 |
<div class="form-group">
|
1632 |
<div class="form-group">
|
| 1633 |
<label for="form-status">LABEL_STATUS</label>
|
1633 |
<label for="form-status">LABEL_STATUS</label>
|
| 1634 |
<select name="form-status" id="form-status" class="form-control">
|
1634 |
<select name="form-status" id="form-status" class="form-control">
|
| 1635 |
<option value="<?php echo $this->status_inactive; ?>">LABEL_INACTIVE</option>
|
1635 |
<option value="<?php echo $status_inactive; ?>">LABEL_INACTIVE</option>
|
| 1636 |
<option value="<?php echo $this->status_active; ?>">LABEL_ACTIVE</option>
|
1636 |
<option value="<?php echo $status_active; ?>">LABEL_ACTIVE</option>
|
| 1637 |
</select>
|
1637 |
</select>
|
| 1638 |
</div>
|
1638 |
</div>
|
| 1639 |
<br/>
|
1639 |
<br/>
|
| 1640 |
<div class="row">
|
1640 |
<div class="row">
|
| 1641 |
<div class="col-xs-12 col-md-12 text-right">
|
1641 |
<div class="col-xs-12 col-md-12 text-right">
|