Dotclear


Ignore:
Timestamp:
08/18/13 16:27:13 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Some little adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1427 r1453  
    482482           
    483483          "post_notes" => 
    484                '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').'</label><span class="form-note">'. 
    485                __('Add unpublished notes.').'</span>'. 
     484               '<p class="area" id="notes-area"><label for="post_notes">'.__('Personal notes:').'<span class="form-note">'. 
     485               __('Add unpublished notes.').'</span></label>'. 
    486486               form::textarea('post_notes',50,5,html::escapeHTML($post_notes)). 
    487487               '</p>' 
     
    705705          switch ($rs->comment_status) { 
    706706               case 1: 
    707                     $img_status = sprintf($img,__('published'),'check-on.png'); 
     707                    $img_status = sprintf($img,__('Published'),'check-on.png'); 
    708708                    break; 
    709709               case 0: 
    710                     $img_status = sprintf($img,__('unpublished'),'check-off.png'); 
     710                    $img_status = sprintf($img,__('Unpublished'),'check-off.png'); 
    711711                    break; 
    712712               case -1: 
    713                     $img_status = sprintf($img,__('pending'),'check-wrn.png'); 
     713                    $img_status = sprintf($img,__('Pending'),'check-wrn.png'); 
    714714                    break; 
    715715               case -2: 
    716                     $img_status = sprintf($img,__('junk'),'junk.png'); 
     716                    $img_status = sprintf($img,__('Junk'),'junk.png'); 
    717717                    break; 
    718718          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map