Project

General

Profile

Bug #20313 ยป class.tslib_pibase.php.diff

Administrator Admin, 2009-04-15 14:16

View differences:

typo3/sysext/cms/tslib/class.tslib_pibase.php (working copy)
}
// default values for "traditional" wrapping with a table. Can be overwritten by vars from $wrapArr
$wrapper['disabledLinkWrap'] = '<td nowrap="nowrap"><p>|</p></td>';
$wrapper['inactiveLinkWrap'] = '<td nowrap="nowrap"><p>|</p></td>';
$wrapper['activeLinkWrap'] = '<td'.$this->pi_classParam('browsebox-SCell').' nowrap="nowrap"><p>|</p></td>';
$wrapper['disabledLinkWrap'] = '<td style="white-space: nowrap;"><p>|</p></td>';
$wrapper['inactiveLinkWrap'] = '<td style="white-space: nowrap;"><p>|</p></td>';
$wrapper['activeLinkWrap'] = '<td' . $this->pi_classParam('browsebox-SCell') . ' style="white-space: nowrap;"><p>|</p></td>';
$wrapper['browseLinksWrap'] = trim('<table '.$tableParams).'><tr>|</tr></table>';
$wrapper['showResultsWrap'] = '<p>|</p>';
$wrapper['browseBoxWrap'] = '
    (1-1/1)