Changeset 4631


Ignore:
Timestamp:
Jan 6, 2010, 4:11:28 PM (14 years ago)
Author:
patdenice
Message:

[Plugin][FCK Editor]
Small corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/fckeditor.php

    r4630 r4631  
    4242    $width = '70%';
    4343    $toolbar = 'Basic';
    44     $template->set_outputfilter('config', 'add_remove_button_banner');
     44    $template->set_prefilter('config', 'add_remove_button_banner');
    4545  }
    4646  elseif ($page['page'] == 'plugin')
     
    5252      $areas[] = 'ap_content';
    5353      $width = '100%';
    54       $template->set_outputfilter('module_options', 'add_remove_button_br');
     54      $template->set_prefilter('plugin_admin_content', 'add_remove_button');
    5555    }
    5656    // PWG Stuffs
Note: See TracChangeset for help on using the changeset viewer.