Dotclear


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

Add timestamp on information message, fixes #1189

Location:
plugins/blogroll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/edit.php

    r270 r907  
    101101{ 
    102102     if (!empty($_GET['upd'])) { 
    103           echo '<p class="message">'.__('Category has been successfully updated').'</p>'; 
     103          dcPage::message(__('Category has been successfully updated')); 
    104104     } 
    105105      
     
    121121{ 
    122122     if (!empty($_GET['upd'])) { 
    123           echo '<p class="message">'.__('Link has been successfully updated').'</p>'; 
     123          dcPage::message(__('Link has been successfully updated')); 
    124124     } 
    125125      
  • plugins/blogroll/index.php

    r717 r907  
    219219<?php 
    220220if (!empty($_GET['neworder'])) { 
    221      echo '<p class="message">'.__('Items order has been successfully updated').'</p>'; 
     221     dcPage::message(__('Items order has been successfully updated')); 
    222222} 
    223223 
    224224if (!empty($_GET['removed'])) { 
    225           echo '<p class="message">'.__('Items have been successfully removed.').'</p>'; 
     225     dcPage::message(__('Items have been successfully removed.')); 
    226226} 
    227227 
    228228if (!empty($_GET['addlink'])) { 
    229           echo '<p class="message">'.__('Link has been successfully created.').'</p>'; 
     229     dcPage::message(__('Link has been successfully created.')); 
    230230} 
    231231 
    232232if (!empty($_GET['addcat'])) { 
    233           echo '<p class="message">'.__('category has been successfully created.').'</p>'; 
     233     dcPage::message(__('category has been successfully created.')); 
    234234} 
    235235 
    236236if (!empty($_GET['importlinks'])) { 
    237           echo '<p class="message">'.__('links have been successfully imported.').'</p>'; 
     237     dcPage::message(__('links have been successfully imported.')); 
    238238} 
    239239?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map