Dotclear

Changeset 1427:928596042d53


Ignore:
Timestamp:
08/17/13 19:28:28 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Children:
1428:3e80fc62b404, 1436:c6aa788720c9
Message:

Displays status icon in entry-sidebar

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1398 r1427  
    313313     $edit_entry_str = __('&ldquo;%s&rdquo;'); 
    314314     $page_title_edit = sprintf($edit_entry_str, html::escapeHTML($post_title)).' '.$img_status; 
     315} else { 
     316     $img_status = ''; 
    315317} 
    316318 
     
    393395               'items' => array( 
    394396                    'post_status' =>  
    395                          '<p><label for="post_status" class="ib">'.__('Entry status').'</label>'. 
     397                         '<p class="entry-status"><label for="post_status" class="ib">'.__('Entry status').' '.$img_status.'</label>'. 
    396398                         form::combo('post_status',$status_combo,$post_status,'maximal','',!$can_publish). 
    397399                         '</p>', 
  • admin/style/default.css

    r1424 r1427  
    5353     color: #d30e60; 
    5454} 
     55.page-title img { 
     56     padding-left: .6rem; 
     57     vertical-align: middle; 
     58} 
    5559#content > h2 { 
    5660     padding: 0 1.8rem .6rem; 
     
    7377     font-weight: normal; 
    7478     color: #333; 
     79} 
     80.entry-status label img { 
     81     padding-left: .4rem; 
     82     vertical-align: text-top; 
    7583} 
    7684p, div.p { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map