Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8996 Rev 9003
Línea 1532... Línea 1532...
1532
                        <div class="form-group">
1532
                        <div class="form-group">
1533
                        <div class="form-group">
1533
                        <div class="form-group">
1534
                            <label for="section">LABEL_TEXT</label>
1534
                            <label for="section">LABEL_TEXT</label>
1535
                            <!--  ckeditor -->
1535
                            <!--  ckeditor -->
1536
                            <textarea  name="section" id="section" rows="5" class="ckeditor form-control"></textarea>
1536
                            <textarea  name="section" id="section" rows="5" class="ckeditor form-control"></textarea>
1537
                            <script>
-
 
1538
                                CKEDITOR.replace( 'section', {
-
 
1539
                                    toolbar: [
-
 
1540
                                        { name: 'editing', items: ['Scayt'] },
-
 
1541
                                        { name: 'links', items: ['Link', 'Unlink'] },
-
 
1542
                                        { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
1543
                                        { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
1544
                                        '/',
-
 
1545
                                        { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
1546
                                        { name: 'styles', items: ['Styles', 'Format'] },
-
 
1547
                                        { name: 'tools', items: ['Maximize'] }
-
 
1548
                                    ],
-
 
-
 
1537
                            
1549
                                    removePlugins: 'elementspath,Anchor',
-
 
1550
                                    heigth: 100
-
 
1551
                                } );
-
 
1552
                            </script>
-
 
1553
                        </div>
1538
                        </div>
1554
                    </div>
1539
                    </div>
1555
                    <div class="modal-footer">
1540
                    <div class="modal-footer">
1556
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1541
                        <button type="submit" class="btn btn-primary">LABEL_SAVE</button>
1557
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>
1542
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">LABEL_CLOSE</button>