Changeset 112c9133 in github for program/steps/mail/compose.inc
- Timestamp:
- Oct 5, 2008 3:18:15 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6afdd69
- Parents:
- 1bb6541
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
rcf6a833 r112c9133 82 82 83 83 // 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'); 85 85 86 86 // add config parameter to client script … … 478 478 JS_OBJECT_NAME), 'foot'); 479 479 480 rcube_add_label('checking');480 $OUTPUT->add_label('checking'); 481 481 $OUTPUT->set_env('spellcheck_langs', join(',', $editor_lang_set)); 482 482 }
Note: See TracChangeset
for help on using the changeset viewer.
