Changeset 463:ccb288f895ec for inc/admin
- Timestamp:
- 07/01/11 09:17:25 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.pager.php
r456 r463 231 231 Sets columns of defined list 232 232 */ 233 abstract function setColumns();233 public function setColumns() {} 234 234 235 235 /** … … 305 305 if ($this->rs->isEmpty()) 306 306 { 307 echo '<p><strong>'.__('No entry').'</strong></p>';307 echo '<p><strong>'.__('No item').'</strong></p>'; 308 308 } 309 309 else
Note: See TracChangeset
for help on using the changeset viewer.