Changeset 3398:88f3d2561542 for admin/blog_theme.php
- Timestamp:
- 11/09/16 11:35:30 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r3018 r3398 148 148 '<div class="multi-part" id="themes" title="'.__('Installed themes').'">'. 149 149 '<h3>'.__('Installed themes').'</h3>'. 150 '<p >'.__('You can configure and manage installed themes from this list.').'</p>';150 '<p class="more-info">'.__('You can configure and manage installed themes from this list.').'</p>'; 151 151 152 152 $list … … 170 170 '<div class="multi-part" id="deactivate" title="'.__('Deactivated themes').'">'. 171 171 '<h3>'.__('Deactivated themes').'</h3>'. 172 '<p >'.__('Deactivated themes are installed but not usable. You can activate them from here.').'</p>';172 '<p class="more-info">'.__('Deactivated themes are installed but not usable. You can activate them from here.').'</p>'; 173 173 174 174 $list … … 223 223 '<div class="multi-part" id="addtheme" title="'.__('Install or upgrade manually').'">'. 224 224 '<h3>'.__('Add themes from a package').'</h3>'. 225 '<p >'.__('You can install themes by uploading or downloading zip files.').'</p>';225 '<p class="more-info">'.__('You can install themes by uploading or downloading zip files.').'</p>'; 226 226 227 227 $list->displayManualForm();
Note: See TracChangeset
for help on using the changeset viewer.