Changeset 2384:120f98a3fe03
- Timestamp:
- 10/16/13 08:39:16 (12 years ago)
- Branch:
- 2.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2366 r2384 1021 1021 } 1022 1022 #search-menu * { 1023 height: 24px; /* ie < 9 sucks */1024 1023 height: 2em; 1025 1024 display: inline-block; … … 2652 2651 top: 77px; 2653 2652 } 2654 .one-box, .two-boxes, . two-boxes.odd, .two-boxes.even, .box,2653 .one-box, .two-boxes, .box, 2655 2654 .two-cols .col { 2656 2655 width: 100%; … … 2709 2708 padding: 6px 30px 6px 0; 2710 2709 } 2711 #dashboard-boxes .box.medium, 2712 #dashboard-boxes .box.small, 2713 #dashboard-boxes .box.large {2710 #dashboard-boxes .box.medium, .box.medium, 2711 #dashboard-boxes .box.small, .box.small, 2712 #dashboard-boxes .box.large, .box.large { 2714 2713 width: 100%; 2715 2714 margin: 10px auto; -
plugins/importExport/index.php
r2322 r2384 98 98 99 99 echo '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']); 100 //echo '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']);101 100 } 102 101 103 102 echo 103 '<h3>'.__('Export').'</h3>'. 104 104 '<p class="info">'.sprintf( 105 105 __('Export functions are in the page %s.'),
Note: See TracChangeset
for help on using the changeset viewer.