Dotclear


Ignore:
Timestamp:
10/25/12 14:55:54 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add timestamp on information message, fixes #1189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r560 r907  
    5656 
    5757if (!empty($_GET['add'])) { 
    58      echo '<p class="message">'.__('The category has been successfully created.').'</p>'; 
     58     dcPage::message(__('The category has been successfully created.')); 
    5959} 
    6060if (!empty($_GET['del'])) { 
    61           echo '<p class="message">'.__('The category has been successfully removed.').'</p>'; 
     61     dcPage::message(__('The category has been successfully removed.')); 
    6262} 
    6363if (!empty($_GET['reord'])) { 
    64           echo '<p class="message">'.__('Categories have been successfully reordered.').'</p>'; 
     64     dcPage::message(__('Categories have been successfully reordered.')); 
    6565} 
    6666if (!empty($_GET['moved'])) { 
    67           echo '<p class="message">'.__('The category has been successfully moved.').'</p>'; 
     67     dcPage::message(__('The category has been successfully moved.')); 
    6868} 
    6969 
Note: See TracChangeset for help on using the changeset viewer.

Sites map