Changeset 4930
- Timestamp:
- 01/15/10 13:24:45 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/aria/_source/plugins/image/dialogs/image.js
r4911 r4930 461 461 [ 462 462 { 463 type : 'html',464 html : '<span>' + CKEDITOR.tools.htmlEncode( editor.lang.image.url ) + '</span>'465 },466 {467 463 type : 'hbox', 468 464 widths : [ '280px', '110px' ], … … 473 469 id : 'txtUrl', 474 470 type : 'text', 475 label : '',471 label : editor.lang.image.url, 476 472 required: true, 477 473 onChange : function() … … 544 540 type : 'button', 545 541 id : 'browse', 542 // v-align with the 'txtUrl' field. 543 style : 'display:inline-block;margin-top:10px;', 546 544 align : 'center', 547 545 label : editor.lang.common.browseServer, … … 762 760 html : '<div>'+ 763 761 '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.lockRatio + 764 '" class="cke_btn_locked" id="btnLockSizes" ></a>' +762 '" class="cke_btn_locked" id="btnLockSizes" role="button"></a>' + 765 763 '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.resetSize + 766 '" class="cke_btn_reset" id="btnResetSize" ></a>'+764 '" class="cke_btn_reset" id="btnResetSize" role="button"></a>'+ 767 765 '</div>' 768 766 }
Note: See TracChangeset
for help on using the changeset viewer.
