Dotclear

Changeset 2219:1226a4c7ab59 for admin


Ignore:
Timestamp:
10/02/13 20:48:07 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
dcRepo
Message:

Use new success notice system

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_theme.php

    r2216 r2219  
    8686     ); 
    8787 
    88      if (!empty($_GET['done'])){ 
    89           dcPage::success(__('Theme successfully configured.')); 
    90      } 
    91  
    9288     # Display previously gathered content 
    9389     $list->getConfigurationContent(); 
     
    122118          )) 
    123119); 
    124  
    125 # -- Succes messages -- 
    126 if (!empty($_GET['msg'])) { 
    127      $list->displayMessage($_GET['msg']); 
    128120} 
    129121 
  • admin/plugins.php

    r2216 r2219  
    7878     ); 
    7979 
    80      # Message 
    81      if (!empty($_GET['done'])){ 
    82           dcPage::success(__('Plugin successfully configured.')); 
    83      } 
    84  
    8580     # Display previously gathered content 
    8681     $list->getConfigurationContent(); 
     
    120115          )) 
    121116); 
    122  
    123 # -- Succes messages -- 
    124 if (!empty($_GET['msg'])) { 
    125      $list->displayMessage($_GET['msg']); 
    126 } 
    127117 
    128118# -- Plugins install messages -- 
Note: See TracChangeset for help on using the changeset viewer.

Sites map