|
|
|
@ -504,11 +504,12 @@ CKEDITOR.dialog.add( 'image2_chamilo', function( editor ) { |
|
|
|
|
[ commonLang.alignRight, 'right' ], |
|
|
|
|
[ lang.alignBaseline, 'baseline'], |
|
|
|
|
[ lang.alignTop, 'top'], |
|
|
|
|
[ lang.alignMiddle, 'middle'], |
|
|
|
|
[ lang.alignSuper, 'super'], |
|
|
|
|
[ lang.alignSub, 'sub'], |
|
|
|
|
[ lang.alignTextTop, 'text-top'], |
|
|
|
|
[ lang.alignTextBottom, 'text-bottom'], |
|
|
|
|
[ lang.alignBottom, 'bottom'], |
|
|
|
|
[ lang.alignMiddle, 'middle'], |
|
|
|
|
[ lang.alignSuper, 'super'], |
|
|
|
|
[ lang.alignSub, 'sub'], |
|
|
|
|
[ lang.alignTextTop, 'text-top'], |
|
|
|
|
[ lang.alignTextBottom, 'text-bottom'], |
|
|
|
|
], |
|
|
|
|
label: commonLang.align, |
|
|
|
|
setup: function( widget ) { |
|
|
|
|