Dotclear


Ignore:
Timestamp:
06/01/11 18:33:48 (14 years ago)
Author:
Tomtom33 <tbouron@…>
Branch:
wysiwyg
Message:

Let's start fresh for a better world

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.pager.php

    r276 r326  
    351351} 
    352352 
    353 class adminPostMiniList extends adminPostList{} 
     353class adminPostMiniList extends adminPostList 
     354{ 
     355     protected function getTitle() 
     356     { 
     357          return 
     358          '<td class="maximal">'. 
     359          form::checkbox(array('entries[]'),$this->rs->post_id,'','','',!$this->rs->isEditable()).'&nbsp'. 
     360          '<a href="'.$this->core->getPostAdminURL($this->rs->post_type,$this->rs->post_id).'" '. 
     361          'title="'.html::escapeHTML($this->rs->getURL()).'">'. 
     362          html::escapeHTML($this->rs->post_title).'</a></td>'; 
     363     } 
     364} 
    354365 
    355366class adminCommentList extends adminGenericList 
Note: See TracChangeset for help on using the changeset viewer.

Sites map