Ticket #5999: 5999.patch

File 5999.patch, 622 bytes (added by Joe Kavanagh, 14 years ago)
  • table.js

     
    232232                                                                                        id : 'txtRows',
    233233                                                                                        'default' : 3,
    234234                                                                                        label : editor.lang.table.rows,
     235                                                                                        required : true,
    235236                                                                                        style : 'width:5em',
    236237                                                                                        validate : function()
    237238                                                                                        {
     
    257258                                                                                        id : 'txtCols',
    258259                                                                                        'default' : 2,
    259260                                                                                        label : editor.lang.table.columns,
     261                                                                                        required : true,
    260262                                                                                        style : 'width:5em',
    261263                                                                                        validate : function()
    262264                                                                                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy