Dotclear

Changeset 2476:4282037a9343


Ignore:
Timestamp:
10/22/13 09:58:28 (10 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
2.6
Message:

Clean import page and remove duplicate dcPage::notice(), fixes #1801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/index.php

    r2384 r2476  
    7979               $title => $p_url, 
    8080               html::escapeHTML($module->name) => '' 
    81           )). 
    82           dcPage::notices(); 
     81          )); 
    8382 
    8483     echo 
     
    9493               __('Plugins') => '', 
    9594               $title => '' 
    96           )). 
    97           dcPage::notices(); 
     95          )); 
    9896 
    9997     echo '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']); 
     98 
     99     echo 
     100     '<h3>'.__('Export').'</h3>'. 
     101     '<p class="info">'.sprintf( 
     102          __('Export functions are in the page %s.'), 
     103          '<a href="plugin.php?p=maintenance&amp;tab=backup#backup">'.__('Maintenance').'</a>' 
     104     ).'</p>'; 
    100105} 
    101  
    102 echo 
    103 '<h3>'.__('Export').'</h3>'. 
    104 '<p class="info">'.sprintf( 
    105      __('Export functions are in the page %s.'), 
    106      '<a href="plugin.php?p=maintenance&amp;tab=backup#backup">'.__('Maintenance').'</a>' 
    107 ).'</p>'; 
    108106 
    109107dcPage::helpBlock('import'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map