Dotclear


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

Comments list table, clarification and harmonization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/pages/page.php

    r1480 r1508  
    587587     if ($can_edit_page && $core->auth->check('delete,contentadmin',$core->blog->id)) 
    588588     { 
    589           $combo_action[__('delete')] = 'delete'; 
     589          $combo_action[__('Delete')] = 'delete'; 
    590590     } 
    591591      
     
    619619          '<p class="col checkboxes-helpers"></p>'. 
    620620           
    621           '<p class="col right"><label for="action">'.__('Selected comments action:').'</label> '. 
     621          '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 
    622622          form::combo('action',$combo_action). 
    623623          form::hidden('redir',html::escapeURL($redir_url).'&amp;id='.$post_id.'&amp;co=1'). 
     
    692692     echo 
    693693     '<table class="comments-list"><tr>'. 
    694      '<th colspan="2">'.__('Author').'</th>'. 
     694     '<th colspan="2" class="nowrap first">'.__('Author').'</th>'. 
    695695     '<th>'.__('Date').'</th>'. 
    696696     '<th class="nowrap">'.__('IP address').'</th>'. 
    697697     '<th>'.__('Status').'</th>'. 
    698      '<th>&nbsp;</th>'. 
     698     '<th>'.__('Edit').'</th>'. 
    699699     '</tr>'; 
    700700      
     
    730730          '<td class="nowrap status">'.$img_status.'</td>'. 
    731731          '<td class="nowrap status"><a href="'.$comment_url.'">'. 
    732           '<img src="images/edit-mini.png" alt="" title="'.__('Edit this comment').'" /></a></td>'. 
     732          '<img src="images/edit-mini.png" alt="" title="'.__('Edit this comment').'" /> '.__('Edit').'</a></td>'. 
    733733           
    734734          '</tr>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map