Changeset 3398:88f3d2561542 for admin/plugins.php
- Timestamp:
- 11/09/16 11:35:30 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r3066 r3398 160 160 echo 161 161 '<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>'; 163 163 164 164 $list … … 178 178 echo 179 179 '<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>'; 181 181 182 182 $list … … 204 204 '<div class="multi-part" id="new" title="'.__('Add plugins').'">'. 205 205 '<h3>'.__('Add plugins from repository').'</h3>'; 206 // '<p>'.__('Search and install plugins directly from repository.').'</p>';207 206 208 207 $list … … 232 231 '<div class="multi-part" id="addplugin" title="'.__('Install or upgrade manually').'">'. 233 232 '<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>'; 235 234 236 235 $list->displayManualForm();
Note: See TracChangeset
for help on using the changeset viewer.