X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fforms%2Fdialogs%2Fselect.js;h=04f5065b5f1c8691f3e07ab78ccaa58f97926f31;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=fc66d0a8424b1a72a134f31494d73918d259dc85;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/plugins/forms/dialogs/select.js b/_source/plugins/forms/dialogs/select.js index fc66d0a..04f5065 100644 --- a/_source/plugins/forms/dialogs/select.js +++ b/_source/plugins/forms/dialogs/select.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.dialog.add( 'select', function( editor ) @@ -188,7 +188,6 @@ CKEDITOR.dialog.add( 'select', function( editor ) label : editor.lang.common.name, 'default' : '', accessKey : 'N', - align : 'center', style : 'width:350px', setup : function( name, element ) { @@ -237,13 +236,11 @@ CKEDITOR.dialog.add( 'select', function( editor ) { type : 'hbox', widths : [ '175px', '170px' ], - align : 'center', children : [ { id : 'txtSize', type : 'text', - align : 'center', labelLayout : 'horizontal', label : editor.lang.select.size, 'default' : '', @@ -282,7 +279,6 @@ CKEDITOR.dialog.add( 'select', function( editor ) { type : 'hbox', widths : [ '115px', '115px' ,'100px' ], - align : 'top', children : [ { @@ -408,6 +404,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) [ { type : 'button', + id : 'btnAdd', style : '', label : editor.lang.select.btnAdd, title : editor.lang.select.btnAdd, @@ -431,6 +428,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnModify', label : editor.lang.select.btnModify, title : editor.lang.select.btnModify, style : 'width:100%;', @@ -453,6 +451,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnUp', style : 'width:100%;', label : editor.lang.select.btnUp, title : editor.lang.select.btnUp, @@ -469,6 +468,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnDown', style : 'width:100%;', label : editor.lang.select.btnDown, title : editor.lang.select.btnDown, @@ -494,6 +494,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) [ { type : 'button', + id : 'btnSetValue', label : editor.lang.select.btnSetValue, title : editor.lang.select.btnSetValue, onClick : function() @@ -507,6 +508,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) }, { type : 'button', + id : 'btnDelete', label : editor.lang.select.btnDelete, title : editor.lang.select.btnDelete, onClick : function()