Dotclear

Changeset 1305:bcd12d4d85f6


Ignore:
Timestamp:
08/04/13 21:13:30 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Better h2 : now breadcrumb with main level set to Blog, System or Plugins

Location:
admin
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • admin/blog.php

    r1179 r1305  
    7070      
    7171     echo 
    72      '<h2><a href="blogs.php">'.__('Blogs').'</a> &rsaquo; <span class="page-title">'.__('New blog').'</span></h2>'. 
     72     '<h2>'.__('System').' &rsaquo; <a href="blogs.php">'.__('Blogs').'</a> &rsaquo; <span class="page-title">'.__('New blog').'</span></h2>'. 
    7373      
    7474     '<form action="blog.php" method="post" id="blog-form" class="fieldset">'. 
  • admin/blog_pref.php

    r1179 r1305  
    273273if ($blog_id) 
    274274{ 
    275      echo '<h2>'.(!$standalone ? '<a href="blogs.php">'.__('Blogs').'</a> &rsaquo; ' : ''). 
    276      html::escapeHTML($blog_name).' &rsaquo; <span class="page-title">'. 
    277      __('Blog settings').'</span></h2>'; 
     275     echo '<h2>'.(!$standalone ? __('System').' &rsaquo; <a href="blogs.php">'.__('Blogs').'</a> &rsaquo; ' . 
     276          '<span class="page-title">'.__('Blog settings').' : '.html::escapeHTML($blog_name) : html::escapeHTML($blog_name). 
     277          ' &rsaquo; <span class="page-title">'.__('Blog settings')).'</span></h2>'; 
    278278      
    279279     if (!empty($_GET['add'])) { 
  • admin/blogs.php

    r1179 r1305  
    7979} 
    8080 
    81 echo '<h2 class="page-title">'.__('List of blogs').'</h2>'; 
     81echo '<h2>'.__('System').' &rsaquo; <span class="page-title">'.__('List of blogs').'</span></h2>'; 
    8282 
    8383if (!$core->error->flag()) 
  • admin/langs.php

    r1179 r1305  
    133133 
    134134echo 
    135 '<h2 class="page-title">'.__('Languages management').'</h2>'; 
     135'<h2>'.__('System').' &rsaquo; <span class="page-title">'.__('Languages management').'</span></h2>'; 
    136136 
    137137if (!empty($_GET['removed'])) { 
  • admin/plugins.php

    r1182 r1305  
    195195 
    196196echo 
    197 '<h2 class="page-title">'.__('Plugins management').'</h2>'; 
     197'<h2>'.__('System').' &rsaquo; <span class="page-title">'.__('Plugins management').'</span></h2>'; 
    198198 
    199199if (!empty($_GET['removed'])) { 
  • admin/preferences.php

    r1179 r1305  
    370370} 
    371371 
    372 echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; <span class="page-title">'.$page_title.'</span></h2>'; 
     372echo '<h2>'.html::escapeHTML($core->auth->userID()).' &rsaquo; <span class="page-title">'.$page_title.'</span></h2>'; 
    373373 
    374374# User profile 
  • admin/user.php

    r1179 r1305  
    1515dcPage::checkSuper(); 
    1616 
    17 $page_title = __('new user'); 
     17$page_title = __('New user'); 
    1818 
    1919$user_id = ''; 
     
    185185} 
    186186 
    187 echo '<h2><a href="users.php">'.__('Users').'</a> &rsaquo; <span class="page-title">'.$page_title.'</span></h2>'; 
     187echo '<h2>'.__('System').' &rsaquo; <a href="users.php">'.__('Users').'</a> &rsaquo; <span class="page-title">'.$page_title.'</span></h2>'; 
    188188 
    189189if ($user_id == $core->auth->userID()) { 
  • admin/users.php

    r1179 r1305  
    106106      
    107107     echo  
    108      '<h2 class="post-title">'.__('Users').'</h2>'. 
     108     '<h2>'.__('System').' &rsaquo; <span class="page-title">'.__('Users').'</span></h2>'. 
    109109     '<p class="top-add"><strong><a class="button add" href="user.php">'.__('Create a new user').'</a></strong></p>'; 
    110110      
Note: See TracChangeset for help on using the changeset viewer.

Sites map