Changeset 1508:60c4414bcd87 for plugins/pages
- Timestamp:
- 08/21/13 10:12:58 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r1480 r1508 587 587 if ($can_edit_page && $core->auth->check('delete,contentadmin',$core->blog->id)) 588 588 { 589 $combo_action[__(' delete')] = 'delete';589 $combo_action[__('Delete')] = 'delete'; 590 590 } 591 591 … … 619 619 '<p class="col checkboxes-helpers"></p>'. 620 620 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> '. 622 622 form::combo('action',$combo_action). 623 623 form::hidden('redir',html::escapeURL($redir_url).'&id='.$post_id.'&co=1'). … … 692 692 echo 693 693 '<table class="comments-list"><tr>'. 694 '<th colspan="2" >'.__('Author').'</th>'.694 '<th colspan="2" class="nowrap first">'.__('Author').'</th>'. 695 695 '<th>'.__('Date').'</th>'. 696 696 '<th class="nowrap">'.__('IP address').'</th>'. 697 697 '<th>'.__('Status').'</th>'. 698 '<th> </th>'.698 '<th>'.__('Edit').'</th>'. 699 699 '</tr>'; 700 700 … … 730 730 '<td class="nowrap status">'.$img_status.'</td>'. 731 731 '<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>'. 733 733 734 734 '</tr>';
Note: See TracChangeset
for help on using the changeset viewer.