Dotclear

Changeset 2057


Ignore:
Timestamp:
02/11/10 10:27:36 (13 years ago)
Author:
philippe
Message:

added help file

Location:
plugins/colorbox
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/colorbox/_admin.php

    r2048 r2057  
    1919     preg_match('/plugin.php\?p=colorbox(&.*)?$/',$_SERVER['REQUEST_URI']), 
    2020     $core->auth->check('usage,contentadmin',$core->blog->id)); 
     21 
     22if (!isset($__resources['help']['colorbox'])) { 
     23     $__resources['help']['colorbox'] = dirname(__FILE__).'/help.html'; 
     24} 
     25 
    2126?> 
  • plugins/colorbox/_define.php

    r2054 r2057  
    1515     /* Description*/         "ColorBox like effect on images using jquery ColorBox plugin", 
    1616     /* Author */             "Philippe aka amalgame and contributors", 
    17      /* Version */            '1.2.4', 
     17     /* Version */            '1.2.5', 
    1818     /* Permissions */        'admin' 
    1919); 
  • plugins/colorbox/index.php

    r2054 r2057  
    9696    }); 
    9797     </script> 
     98     <style type="text/css"> 
     99     #content.with-help #help{width:50%;} 
     100     #content.with-help #help-button {right:50%;} 
     101     </style> 
    98102    <?php echo dcPage::jsPageTabs($default_tab); ?> 
    99103     
     
    187191      
    188192'</div>'; 
     193dcPage::helpBlock('colorbox'); 
    189194?> 
    190195</body> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map