Changeset 677e1f2 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
May 18, 2010 6:25:29 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
30aa4cc
Parents:
caccd19
Message:
  • Some files from /bin + spellchecking actions moved to the new 'utils' task
File:
1 edited

Legend:

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

    rc287f34 r677e1f2  
    556556    $OUTPUT->include_script('googiespell.js'); 
    557557    $OUTPUT->add_script(sprintf( 
    558       "var googie = new GoogieSpell('\$__skin_path/images/googiespell/','%s&_action=spell&lang=');\n". 
     558      "var googie = new GoogieSpell('\$__skin_path/images/googiespell/','?_task=utils&_action=spell&lang=');\n". 
    559559      "googie.lang_chck_spell = \"%s\";\n". 
    560560      "googie.lang_rsm_edt = \"%s\";\n". 
     
    567567      "googie.decorateTextarea('%s');\n". 
    568568      "%s.set_env('spellcheck', googie);", 
    569       $RCMAIL->comm_path, 
    570569      JQ(Q(rcube_label('checkspelling'))), 
    571570      JQ(Q(rcube_label('resumeediting'))), 
Note: See TracChangeset for help on using the changeset viewer.