Changeset 326:3138de12835e for inc/admin/lib.pager.php
- Timestamp:
- 06/01/11 18:33:48 (14 years ago)
- Branch:
- wysiwyg
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r276 r326 351 351 } 352 352 353 class adminPostMiniList extends adminPostList{} 353 class 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()).' '. 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 } 354 365 355 366 class adminCommentList extends adminGenericList
Note: See TracChangeset
for help on using the changeset viewer.