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/media_item.php

    r887 r907  
    176176 
    177177if (!empty($_GET['fupd']) || !empty($_GET['fupl'])) { 
    178      echo '<p class="message">'.__('File has been successfully updated.').'</p>'; 
     178     dcPage::message(__('File has been successfully updated.')); 
    179179} 
    180180if (!empty($_GET['thumbupd'])) { 
    181      echo '<p class="message">'.__('Thumbnails have been successfully updated.').'</p>'; 
     181     dcPage::message(__('Thumbnails have been successfully updated.')); 
    182182} 
    183183 
     
    258258          $media_type = 'mp3'; 
    259259           
    260           echo '<h3>'.__('MP3 disposition').'</h3>'. 
    261           '<p class="message">'.__("Please note that you cannot insert mp3 files with visual editor.").'</p>'; 
     260          echo '<h3>'.__('MP3 disposition').'</h3>'; 
     261          dcPage::message(__("Please note that you cannot insert mp3 files with visual editor."),false); 
    262262           
    263263          $i_align = array( 
     
    283283          $media_type = 'flv'; 
    284284           
    285           echo 
    286           '<p class="message">'.__("Please note that you cannot insert video files with visual editor.").'</p>'; 
     285          dcPage::message(__("Please note that you cannot insert video files with visual editor."),false); 
    287286           
    288287          echo 
Note: See TracChangeset for help on using the changeset viewer.

Sites map