Changeset 2237:911f18a5b287
- Timestamp:
- 10/03/13 19:03:50 (12 years ago)
- Branch:
- dcRepo
- Location:
- admin
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2227 r2237 207 207 '<div class="multi-part" id="new" title="'.__('Add themes').'">'. 208 208 '<h3>'.__('Add themes from repository').'</h3>'. 209 '<p>'.__(' You can search and install themes directly from repository.').'</p>';209 '<p>'.__('Search and install themes directly from repository.').'</p>'; 210 210 211 211 $list -
admin/plugins.php
r2227 r2237 229 229 '<div class="multi-part" id="new" title="'.__('Add plugins').'">'. 230 230 '<h3>'.__('Add plugins from repository').'</h3>'. 231 '<p>'.__(' You can search and install plugins directly from repository.').'</p>';231 '<p>'.__('Search and install plugins directly from repository.').'</p>'; 232 232 233 233 $list -
admin/style/default.css
r2227 r2237 1109 1109 } 1110 1110 #help-button { 1111 background: transparent url( ../images/page_help.png) no-repeat 6px center;1111 background: transparent url(help-mini.png) no-repeat 6px center; 1112 1112 position: absolute; 1113 1113 top: 0; … … 1902 1902 } 1903 1903 .modules a.module-support { 1904 background: transparent url( ../images/page_help.png) no-repeat 2px 2px;1904 background: transparent url(help12.png) no-repeat 2px 2px; 1905 1905 padding: 4px 4px 0 20px; 1906 1906 }
Note: See TracChangeset
for help on using the changeset viewer.