Changeset 351


Ignore:
Timestamp:
07/09/08 11:57:19 (16 years ago)
Author:
niltonneto
Message:

Alterada ordem dos ícones do texto rico, como antes.

File:
1 edited

Legend:

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

    r329 r351  
    170170         
    171171        var buttons = ['bold', 'italic', 'underline', 'forecolor', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 
    172                                    'undo', 'redo', 'insertorderedlist', 'insertunorderedlist', 'outdent', 'indent', 'link', 'signature', 'image', 'table']; 
     172                                   'undo', 'redo', 'insertorderedlist', 'insertunorderedlist', 'outdent', 'indent', 'link', 'image', 'table', 'signature']; 
    173173 
    174174        for (var i=0; i<buttons.length; i++){ 
Note: See TracChangeset for help on using the changeset viewer.