Show
Ignore:
Timestamp:
07/18/08 16:04:27 (4 months ago)
Author:
mikelietz
Message:

plugin: NicEdit updated so the UI appears, however there is still much work to be done on this plugin. Namely, the buttons on the 'Create Entry' page are
obscured by the label.overcontent "content" and cannot be clicked. Also, configuration is still blank - checkboxes for all the buttons would be super.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/NicEdit/trunk/NicEdit.plugin.php

    r271 r684  
    1111    return array( 
    1212      'name' => 'NicEditor', 
    13       'version' => '0.2', 
     13      'version' => '0.2.5', 
    1414      'url' => 'http://habariproject.org/', 
    1515      'author' => 'Habari Community', 
     
    7777  public function action_admin_header($theme) 
    7878  { 
    79     if ( $theme->admin_page == 'publish' ) { 
     79    if ( $theme->page == 'publish' ) { 
    8080      Stack::add( 'admin_header_javascript', $this->get_url() . '/nicEditor/nicEdit.js', 'niceditor' ); 
    8181    } 
     
    8686   */ 
    8787  public function action_admin_footer($theme) { 
    88     if ( $theme->admin_page == 'publish' ) { 
     88    if ( $theme->page == 'publish' ) { 
    8989      $options= Options::get(strtolower(get_class($this) . ':options_' . User::identify()->id)); 
    9090      echo <<<NICEDIT