Changeset 112c9133 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Oct 5, 2008 3:18:15 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6afdd69
Parents:
1bb6541
Message:
  • removed deprecated rcube_add_label() and all uses
  • code for 'show' action added in r1937 moved to show.inc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    rcf6a833 r112c9133  
    8282 
    8383// add some labels to client 
    84 rcube_add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'notsentwarning', 'savingmessage', 'sendingmessage', 'messagesaved', 'converting'); 
     84$OUTPUT->add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'notsentwarning', 'savingmessage', 'sendingmessage', 'messagesaved', 'converting'); 
    8585 
    8686// add config parameter to client script 
     
    478478      JS_OBJECT_NAME), 'foot'); 
    479479 
    480     rcube_add_label('checking'); 
     480    $OUTPUT->add_label('checking'); 
    481481    $OUTPUT->set_env('spellcheck_langs', join(',', $editor_lang_set)); 
    482482  } 
Note: See TracChangeset for help on using the changeset viewer.