Dotclear

Changeset 501:ead05faef1e4


Ignore:
Timestamp:
07/03/11 22:30:31 (14 years ago)
Author:
kozlika
Branch:
default
Children:
503:a4f39cc10d7a, 505:3cf15f858012
Message:

Quelques pages manquantes pour le #1247.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/user.php

    r479 r501  
    181181} 
    182182 
    183 echo '<h2><a href="users.php">'.__('Users').'</a> &rsaquo; '.$page_title.'</h2>'; 
     183echo '<h2><a href="users.php">'.__('Users').'</a> &rsaquo; <span class="page-title">'.$page_title.'</span></h2>'; 
    184184 
    185185if ($user_id == $core->auth->userID()) { 
  • admin/users.php

    r313 r501  
    118118      
    119119     echo  
    120      '<h2>'.__('Users').'</h2>'. 
     120     '<h2 class="post-title">'.__('Users').'</h2>'. 
    121121     '<p class="top-add"><strong><a class="button add" href="user.php">'.__('Create a new user').'</a></strong></p>'; 
    122122      
  • plugins/importExport/index.php

    r500 r501  
    105105else 
    106106{ 
    107      echo '<h2>'.__('Import/Export').'</h2>'; 
     107     echo '<h2 class="page-title">'.__('Import/Export').'</h2>'; 
    108108     echo '<h3>'.__('Import').'</h3>'; 
    109109      
  • plugins/tags/_admin.php

    r454 r501  
    227227          { 
    228228               echo 
    229                '<h2>'.__('Add tags to entries').'</h2>'. 
     229               '<h2 class="page-title">'.__('Add tags to entries').'</h2>'. 
    230230               '<form action="posts_actions.php" method="post">'. 
    231231               '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. 
     
    257257               } 
    258258                
    259                echo '<h2>'.__('Remove selected tags from entries').'</h2>'; 
     259               echo '<h2 class="page-title">'.__('Remove selected tags from entries').'</h2>'; 
    260260                
    261261               if (empty($tags)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map