Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 8980 | Rev 8987 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 8980 Rev 8981
Línea 1556... Línea 1556...
1556
                        <div class="form-group">
1556
                        <div class="form-group">
1557
                            <label for="section-name">LABEL_FIRST_NAME</label>
1557
                            <label for="section-name">LABEL_FIRST_NAME</label>
1558
                            <input type="text" name="section-name" id="section-name" class="form-control" maxlength="50" value="" />
1558
                            <input type="text" name="section-name" id="section-name" class="form-control" maxlength="50" value="" />
1559
                        </div>
1559
                        </div>
1560
                        <div class="form-group">
1560
                        <div class="form-group">
1561
                            <?php
1561
                        <div class="form-group">
1562
                            	$element = $form->get('section_text');
-
 
1563
                            	$element->setOptions(['label' => 'LABEL_TEXT']);
1562
                            <label for="section_text">LABEL_TEXT</label>
1564
                            	$element->setAttributes(['class' => 'form-control']);
-
 
1565
                            	echo $this->formLabel($element);
1563
                            <!--  ckeditor -->
1566
                            	echo $this->formTextArea($element);
1564
                            <textarea  name="section_text" id="section_text" rows="5" class="ckeditor form-control"></textarea>
1567
                            ?>
-
 
1568
                        </div>
1565
                        </div>
1569
                    </div>
1566
                    </div>
1570
                    <div class="modal-footer">
1567
                    <div class="modal-footer">
1571
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1568
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1572
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>
1569
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>