Dotclear


Ignore:
Timestamp:
07/09/11 20:18:20 (14 years ago)
Author:
kozlika
Branch:
default
Message:

Accessibility/Ergonomy?: admin post page "breadcrumb" show entry title. Close #605.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r536 r537  
    314314     $post_excerpt = $post_excerpt_xhtml; 
    315315     $post_content = $post_content_xhtml; 
     316     $post_title = $post_title_xhtml; 
    316317     $post_format = 'xhtml'; 
    317318      
     
    319320} 
    320321 
    321 echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; '.'<a href="posts.php">'.__('Entries').'</a> &rsaquo; <span class="page-title">'.$page_title.'</span>'; 
     322echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; '.'<a href="posts.php">'.__('Entries').'</a> &rsaquo; <span class="page-title">'.$page_title.'  &ldquo;'.$post_title.'&rdquo;</span></h2>'; 
    322323 
    323324if ($post_id && $post->post_status == 1) { 
    324      echo ' - <a id="post-preview" href="'.$post->getURL().'" class="button">'.__('View entry').'</a>'; 
     325     echo '<p><a id="post-preview" href="'.$post->getURL().'" class="button">'.__('View entry').'</a>'; 
    325326} elseif ($post_id) { 
    326327     $preview_url = 
     
    329330     http::browserUID(DC_MASTER_KEY.$core->auth->userID().$core->auth->getInfo('user_pwd')). 
    330331     '/'.$post->post_url; 
    331      echo ' - <a id="post-preview" href="'.$preview_url.'" class="button">'.__('Preview entry').'</a>'; 
    332 } 
    333  
    334 echo '</h2>'; 
     332     echo '<p><a id="post-preview" href="'.$preview_url.'" class="button">'.__('Preview entry').'</a>'; 
     333} 
     334 
     335echo '</p>'; 
    335336 
    336337if ($post_id) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map