Dotclear


Ignore:
Timestamp:
07/03/11 22:12:27 (14 years ago)
Author:
kozlika
Branch:
default
Message:

First step for #1247. Il faudra revenir sur les pages media.php, permissions.php, plugins/antispam/index.php (la couleur on verra après ; pour l'instant c'est très voyant, très pratique pour bosser et aussi très gai, na !)

Dans ce commit aussi : réorganisation de la feuille de style pour s'y retrouver plus facilement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_del.php

    r270 r500  
    1616 
    1717$blog_id = ''; 
     18$blog_name = ''; 
    1819 
    1920if (!empty($_POST['blog_id'])) 
     
    2930     } else { 
    3031          $blog_id = $rs->blog_id; 
     32          $blog_name = $rs->blog_name; 
    3133     } 
    3234} 
     
    5254{ 
    5355     echo 
    54      '<h2>'.__('Delete a blog').'</h2>'. 
     56     '<h2 class="page-title">'.__('Delete a blog').'</h2>'. 
    5557     '<p class="message">'.__('Warning').'</p>'. 
    5658     '<p>'.sprintf(__('You are about to delete the blog %s. Every entry, comment and category will be deleted.'), 
    57      '<strong>'.$blog_id.'</strong>').'</p>'. 
     59     '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p>'. 
    5860     '<p>'.__('Please give your password to confirm the blog deletion.').'</p>'; 
    5961      
Note: See TracChangeset for help on using the changeset viewer.

Sites map