Changeset 690


Ignore:
Timestamp:
02/16/09 16:20:04 (15 years ago)
Author:
eduardoalex
Message:

Ticket #431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/rich_text_editor.js

    r646 r690  
    356356                                                                        '<td align="right"><input type="text" readonly="true" id="border" size="2" maxlength="2" value="1"></input></td><td align="left"><img src="templates/default/images/plus.png" onclick="javascript:RichTextEditor.incrementField(\'border\');"></img><br><img src="templates/default/images/minus.png" onclick="javascript:RichTextEditor.decrementField(\'border\');"></img></td>'+ 
    357357                                                                        '</tr></tbody></table>'+ 
    358                                                                         '&nbsp;&nbsp;&nbsp;<input title="Close"  value="' + get_lang('Close') + '" type="button" onclick="win.close()">&nbsp;'+ 
    359                                                                         '<input title="Include"  value="' + get_lang('Include') + '" type="button" onclick="RichTextEditor.insertTableHtml();win.close();">';    
     358                                                                        '&nbsp;&nbsp;&nbsp;<input title="'+get_lang('Close')+'"  value="' + get_lang('Close') + '" type="button" onclick="win.close()">&nbsp;'+ 
     359                                                                        '<input title="' + get_lang('Include') + '"  value="' + get_lang('Include') + '" type="button" onclick="RichTextEditor.insertTableHtml();win.close();">';        
    360360                form.appendChild(form_table); 
    361361                 
     
    403403                form_upload.innerHTML = get_lang('Select the desired image file')+':<br>'+ 
    404404                                                                '<input name="image_at" maxlength="255" size="50" id="inputFile_img" type="file"><br>' + 
    405                                                                 '<input title="Include"  value="' + get_lang('Include') + '"' + 'type="button" onclick="RichTextEditor.addInputFile();">&nbsp;' + 
    406                                                                 '<input title="Close"  value="' + get_lang('Close') + '"' + 
     405                                                                '<input title="' + get_lang('Include') + '"  value="' + get_lang('Include') + '"' + 'type="button" onclick="RichTextEditor.addInputFile();">&nbsp;' + 
     406                                                                '<input title="' + get_lang('Close') + '"  value="' + get_lang('Close') + '"' + 
    407407                                                                ' type="button" onclick="win.close()">'; 
    408408                form.appendChild(form_upload); 
Note: See TracChangeset for help on using the changeset viewer.