Dotclear

Changeset 2384:120f98a3fe03


Ignore:
Timestamp:
10/16/13 08:39:16 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

importExport ajout d'un h3 Export Fixes #1782
CSS: broutilles

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2366 r2384  
    10211021     } 
    10221022#search-menu * { 
    1023      height: 24px; /* ie < 9 sucks */ 
    10241023     height: 2em; 
    10251024     display: inline-block; 
     
    26522651     top: 77px; 
    26532652     } 
    2654 .one-box, .two-boxes, .two-boxes.odd, .two-boxes.even, .box, 
     2653.one-box, .two-boxes, .box, 
    26552654     .two-cols .col { 
    26562655     width: 100%; 
     
    27092708     padding: 6px 30px 6px 0; 
    27102709     } 
    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 { 
    27142713     width: 100%; 
    27152714     margin: 10px auto; 
  • plugins/importExport/index.php

    r2322 r2384  
    9898 
    9999     echo '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']); 
    100      //echo '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']); 
    101100} 
    102101 
    103102echo 
     103'<h3>'.__('Export').'</h3>'. 
    104104'<p class="info">'.sprintf( 
    105105     __('Export functions are in the page %s.'), 
Note: See TracChangeset for help on using the changeset viewer.

Sites map