Changeset 17837

Show
Ignore:
Timestamp:
10/01/08 16:53:11 (2 months ago)
Author:
bergie
Message:

Style editor still uses Scriptaculous

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.styleeditor/config/manifest.inc

    r17390 r17837  
    33'icon' => 'stock-icons/16x16/text-x-generic-template.png', 
    44'purecode' => true, 
    5 'version' => '0.3.0', 
     5'version' => '1.0.0', 
    66'privileges' => array(), 
    77'class_definitions' => array(), 
     
    2828        'midcom.admin.help' => array(), 
    2929        'midcom' => array(), 
     30        'JavaScript_Scriptaculous' => array 
     31        ( 
     32            'channel' => 'pearified.com', 
     33        ), 
    3034    ), 
    3135), 
  • trunk/midcom/midcom.admin.styleeditor/handler/create.php

    r17555 r17837  
    5353            ) 
    5454        ); 
    55          
     55 
     56        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/Pearified/JavaScript/Prototype/prototype.js"); 
     57        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/Pearified/JavaScript/Scriptaculous/scriptaculous.js"); 
    5658        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL.'/midcom.admin.styleeditor/twisty.js'); 
    5759        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL.'/midcom.admin.styleeditor/midcom_admin_folder_styleeditor.js'); 
  • trunk/midcom/midcom.admin.styleeditor/handler/edit.php

    r17555 r17837  
    5353            ) 
    5454        ); 
    55          
     55 
     56        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/Pearified/JavaScript/Prototype/prototype.js"); 
     57        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/Pearified/JavaScript/Scriptaculous/scriptaculous.js"); 
    5658        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL.'/midcom.admin.styleeditor/twisty.js'); 
    5759        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL.'/midcom.admin.styleeditor/midcom_admin_folder_styleeditor.js'); 
  • trunk/midcom/midcom.admin.styleeditor/handler/list.php

    r17555 r17837  
    8181            ) 
    8282        ); 
    83          
     83 
     84        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/Pearified/JavaScript/Prototype/prototype.js"); 
     85        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL."/Pearified/JavaScript/Scriptaculous/scriptaculous.js"); 
    8486        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL.'/midcom.admin.styleeditor/twisty.js'); 
    8587    }