Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/plugins.php

    r2499 r2566  
    1717# -- Page helper -- 
    1818$list = new adminModulesList( 
    19      $core->plugins,  
    20      DC_PLUGINS_ROOT,  
     19     $core->plugins, 
     20     DC_PLUGINS_ROOT, 
    2121     $core->blog->settings->system->store_plugin_url 
    2222); 
     
    8989# -- Plugins install messages -- 
    9090if (!empty($plugins_install['success'])) { 
    91      echo  
     91     echo 
    9292     '<div class="static-msg">'.__('Following plugins have been installed:').'<ul>'; 
    9393 
    9494     foreach ($plugins_install['success'] as $k => $v) { 
    95           echo  
     95          echo 
    9696          '<li>'.$k.'</li>'; 
    9797     } 
    9898 
    99      echo  
     99     echo 
    100100     '</ul></div>'; 
    101101} 
    102102if (!empty($plugins_install['failure'])) { 
    103      echo  
     103     echo 
    104104     '<div class="error">'.__('Following plugins have not been installed:').'<ul>'; 
    105105 
    106106     foreach ($plugins_install['failure'] as $k => $v) { 
    107           echo  
     107          echo 
    108108          '<li>'.$k.' ('.$v.')</li>'; 
    109109     } 
    110110 
    111      echo  
     111     echo 
    112112     '</ul></div>'; 
    113113} 
     
    119119     $modules = $list->store->get(true); 
    120120     if (!empty($modules)) { 
    121           echo  
     121          echo 
    122122          '<div class="multi-part" id="update" title="'.html::escapeHTML(__('Update plugins')).'">'. 
    123123          '<h3>'.html::escapeHTML(__('Update plugins')).'</h3>'. 
     
    153153$modules = $list->modules->getModules(); 
    154154if (!empty($modules)) { 
    155       
    156      echo  
     155 
     156     echo 
    157157     '<h3>'.($core->auth->isSuperAdmin() ?__('Activated plugins') : __('Installed plugins')).'</h3>'. 
    158158     '<p>'.__('You can configure and manage installed plugins from this list.').'</p>'; 
     
    187187} 
    188188 
    189 echo  
     189echo 
    190190'</div>'; 
    191191 
     
    241241# -- Notice for super admin -- 
    242242if ($core->auth->isSuperAdmin() && !$list->isWritablePath()) { 
    243      echo  
     243     echo 
    244244     '<p class="warning">'.__('Some functions are disabled, please give write access to your plugins directory to enable them.').'</p>'; 
    245245} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map