Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15435 Rev 15436
Línea 981... Línea 981...
981
 
981
 
982
                                echo $this->formLabel($element);
982
                                echo $this->formLabel($element);
983
                                echo $this->formTextArea($element);
983
                                echo $this->formTextArea($element);
984
                                ?>
984
                                ?>
985
                            </div>
-
 
986
                            <script>
-
 
987
                                CKEDITOR.replace('objectives', {
-
 
988
                                    toolbar: [{
-
 
989
                                            name: 'editing',
-
 
990
                                            items: ['Scayt']
-
 
991
                                        },
-
 
992
                                        {
-
 
993
                                            name: 'links',
-
 
994
                                            items: ['Link', 'Unlink']
-
 
995
                                        },
-
 
996
                                        {
-
 
997
                                            name: 'paragraph',
-
 
998
                                            items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote']
-
 
999
                                        },
-
 
1000
                                        {
-
 
1001
                                            name: 'basicstyles',
-
 
1002
                                            items: ['Bold', 'Italic', 'Strike', 'RemoveFormat']
-
 
1003
                                        },
-
 
1004
                                        '/',
-
 
1005
                                        {
-
 
1006
                                            name: 'insert',
-
 
1007
                                            items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar']
-
 
1008
                                        },
-
 
1009
                                        {
-
 
1010
                                            name: 'styles',
-
 
1011
                                            items: ['Styles', 'Format']
-
 
1012
                                        },
-
 
1013
                                        {
-
 
1014
                                            name: 'tools',
-
 
1015
                                            items: ['Maximize']
-
 
1016
                                        }
-
 
1017
                                    ],
-
 
1018
                                    removePlugins: 'elementspath,Anchor',
-
 
1019
                                    heigth: 100
-
 
1020
                                });
-
 
1021
                            </script>
985
                            </div>
1022
                            <div class="form-group">
986
                            <div class="form-group">
1023
                                <?php
987
                                <?php
1024
                                $element = $form->get('functions');
988
                                $element = $form->get('functions');
1025
                                $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
989
                                $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
Línea 1113... Línea 1077...
1113
            </div>
1077
            </div>
1114
    </div>
1078
    </div>
1115
    </form>
1079
    </form>
1116
</div>
1080
</div>
1117
</div>
1081
</div>
-
 
1082
 
-
 
1083
<script>
-
 
1084
    CKEDITOR.replace('objectives', {
-
 
1085
        toolbar: [{
-
 
1086
                name: 'editing',
-
 
1087
                items: ['Scayt']
-
 
1088
            },
-
 
1089
            {
-
 
1090
                name: 'links',
-
 
1091
                items: ['Link', 'Unlink']
-
 
1092
            },
-
 
1093
            {
-
 
1094
                name: 'paragraph',
-
 
1095
                items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote']
-
 
1096
            },
-
 
1097
            {
-
 
1098
                name: 'basicstyles',
-
 
1099
                items: ['Bold', 'Italic', 'Strike', 'RemoveFormat']
-
 
1100
            },
-
 
1101
            '/',
-
 
1102
            {
-
 
1103
                name: 'insert',
-
 
1104
                items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar']
-
 
1105
            },
-
 
1106
            {
-
 
1107
                name: 'styles',
-
 
1108
                items: ['Styles', 'Format']
-
 
1109
            },
-
 
1110
            {
-
 
1111
                name: 'tools',
-
 
1112
                items: ['Maximize']
-
 
1113
            }
-
 
1114
        ],
-
 
1115
        removePlugins: 'elementspath,Anchor',
-
 
1116
        heigth: 100
-
 
1117
    });
-
 
1118
    CKEDITOR.replace('functions', {
-
 
1119
        toolbar: [{
-
 
1120
                name: 'editing',
-
 
1121
                items: ['Scayt']
-
 
1122
            },
-
 
1123
            {
-
 
1124
                name: 'links',
-
 
1125
                items: ['Link', 'Unlink']
-
 
1126
            },
-
 
1127
            {
-
 
1128
                name: 'paragraph',
-
 
1129
                items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote']
-
 
1130
            },
-
 
1131
            {
-
 
1132
                name: 'basicstyles',
-
 
1133
                items: ['Bold', 'Italic', 'Strike', 'RemoveFormat']
-
 
1134
            },
-
 
1135
            '/',
-
 
1136
            {
-
 
1137
                name: 'insert',
-
 
1138
                items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar']
-
 
1139
            },
-
 
1140
            {
-
 
1141
                name: 'styles',
-
 
1142
                items: ['Styles', 'Format']
-
 
1143
            },
-
 
1144
            {
-
 
1145
                name: 'tools',
-
 
1146
                items: ['Maximize']
-
 
1147
            }
-
 
1148
        ],
-
 
1149
        removePlugins: 'elementspath,Anchor',
-
 
1150
        heigth: 100
-
 
1151
    });
-
 
1152
</script>
1118
<!---end modal behavior --->
1153
<!---end modal behavior --->
Línea 1119... Línea 1154...
1119
 
1154
 
1120
<!---Template Competencies --->
1155
<!---Template Competencies --->
1121
<script id="competencyTemplate" type="text/x-jsrender">
1156
<script id="competencyTemplate" type="text/x-jsrender">