Dotclear


Ignore:
Timestamp:
11/09/16 11:35:30 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add a user preference to hide additional information (.more-info class) and normal notes (.form-note class) (.info, .warn and .warning remain displayed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/plugins.php

    r3066 r3398  
    160160     echo 
    161161     '<h3>'.($core->auth->isSuperAdmin() ?__('Activated plugins') : __('Installed plugins')).'</h3>'. 
    162      '<p>'.__('You can configure and manage installed plugins from this list.').'</p>'; 
     162     '<p class="more-info">'.__('You can configure and manage installed plugins from this list.').'</p>'; 
    163163 
    164164     $list 
     
    178178          echo 
    179179          '<h3>'.__('Deactivated plugins').'</h3>'. 
    180           '<p>'.__('Deactivated plugins are installed but not usable. You can activate them from here.').'</p>'; 
     180          '<p class="more-info">'.__('Deactivated plugins are installed but not usable. You can activate them from here.').'</p>'; 
    181181 
    182182          $list 
     
    204204          '<div class="multi-part" id="new" title="'.__('Add plugins').'">'. 
    205205          '<h3>'.__('Add plugins from repository').'</h3>'; 
    206 //        '<p>'.__('Search and install plugins directly from repository.').'</p>'; 
    207206 
    208207          $list 
     
    232231     '<div class="multi-part" id="addplugin" title="'.__('Install or upgrade manually').'">'. 
    233232     '<h3>'.__('Add plugins from a package').'</h3>'. 
    234      '<p>'.__('You can install plugins by uploading or downloading zip files.').'</p>'; 
     233     '<p class="more-info">'.__('You can install plugins by uploading or downloading zip files.').'</p>'; 
    235234 
    236235     $list->displayManualForm(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map