Project

General

Profile

Bug #15378 » class.db_list_extra.diff

Administrator Admin, 2006-08-12 18:18

View differences:

class.db_list_extra.inc (Arbeitskopie)
// Add "CSV" link, if a specific table is shown:
if ($this->table) {
$theData['up'][]='<a href="'.htmlspecialchars($this->listURL().'&csv=1').'">'.
$theData['up'][]='<a href="'.htmlspecialchars($this->listURL().'&csv=1&showLimit=10000').'">'.
'<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/csv.gif','width="27" height="14"').' title="'.$LANG->sL('LLL:EXT:lang/locallang_core.php:labels.csv',1).'" alt="" />'.
'</a>';
}
(1-1/4)