Dotclear


Ignore:
Timestamp:
08/23/13 22:28:13 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Replace class="message" by class="success" where it is needed.

Location:
plugins/importExport/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/inc/class.dc.ieModule.php

    r840 r1553  
    7373          return 
    7474          '<h3>'.__('Congratulation!').'</h3>'. 
    75           '<p>'.__('Your blog has been successfully imported. Welcome on Dotclear 2!').'</p>'. 
     75          '<p class="success">'.__('Your blog has been successfully imported. Welcome on Dotclear 2!').'</p>'. 
    7676          '<ul><li><strong><a href="post.php">'.__('Why don\'t you blog this now?').'</a></strong></li>'. 
    7777          '<li>'.__('or').' <a href="index.php">'.__('visit your dashboard').'</a></li></ul>'; 
  • plugins/importExport/inc/class.dc.import.feed.php

    r1528 r1553  
    7777     { 
    7878          if ($this->status) { 
    79                dcPage::message(__('Content successfully imported.')); 
     79               dcPage::success(__('Content successfully imported.')); 
    8080          } 
    8181           
Note: See TracChangeset for help on using the changeset viewer.

Sites map