| Línea 580... |
Línea 580... |
| 580 |
});
|
580 |
});
|
| Línea 581... |
Línea 581... |
| 581 |
|
581 |
|
| 582 |
|
582 |
|
| 583 |
$('#form-add #status').bootstrapToggle({'on' : 'LABEL_ACTIVE', 'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
|
583 |
$('#form-add #status').bootstrapToggle({'on' : 'LABEL_ACTIVE', 'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
|
| - |
|
584 |
$('#form-edit #status').bootstrapToggle({'on' : 'LABEL_ACTIVE', 'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
|
| - |
|
585 |
CKEDITOR.replace( 'description_add', {
|
| - |
|
586 |
toolbar: [
|
| - |
|
587 |
{ name: 'editing', items: ['Scayt'] },
|
| - |
|
588 |
{ name: 'links', items: ['Link', 'Unlink'] },
|
| - |
|
589 |
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
|
| - |
|
590 |
{ name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
|
| - |
|
591 |
'/',
|
| - |
|
592 |
{ name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
|
| - |
|
593 |
{ name: 'styles', items: ['Styles', 'Format'] },
|
| - |
|
594 |
{ name: 'tools', items: ['Maximize'] }
|
| - |
|
595 |
],
|
| - |
|
596 |
removePlugins: 'elementspath,Anchor',
|
| 584 |
$('#form-edit #status').bootstrapToggle({'on' : 'LABEL_ACTIVE', 'off' : 'LABEL_INACTIVE', 'width' : '160px', 'height' : '40px'});
|
597 |
heigth: 100
|
| - |
|
598 |
});
|
| - |
|
599 |
CKEDITOR.replace( 'description_edit', {
|
| - |
|
600 |
toolbar: [
|
| - |
|
601 |
{ name: 'editing', items: ['Scayt'] },
|
| - |
|
602 |
{ name: 'links', items: ['Link', 'Unlink'] },
|
| - |
|
603 |
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
|
| - |
|
604 |
{ name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
|
| - |
|
605 |
'/',
|
| - |
|
606 |
{ name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
|
| - |
|
607 |
{ name: 'styles', items: ['Styles', 'Format'] },
|
| - |
|
608 |
{ name: 'tools', items: ['Maximize'] }
|
| - |
|
609 |
],
|
| - |
|
610 |
removePlugins: 'elementspath,Anchor',
|
| 585 |
CKEDITOR.replace( 'description_add');
|
611 |
heigth: 100
|
| 586 |
CKEDITOR.replace( 'description_edit');
|
612 |
});
|
| 587 |
});
|
613 |
});
|
| 588 |
JS;
|
614 |
JS;
|