Bug #24144 » 16488.diff
typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php (working copy) | ||
---|---|---|
$cells[] = '<td nowrap="nowrap">' .
|
||
(tx_em_Tools::typePath($extInfo['type']) && @is_file($fileP) ?
|
||
'<a href="' . htmlspecialchars(t3lib_div::resolveBackPath($this->parentObject->doc->backPath . '../' .
|
||
tx_em_Tools::typePath($extInfo['type']) . $extKey . '/doc/manual.sxw')) . '" target="_blank" title="' . $GLOBALS['LANG']->getLL('listRow_local_manual') . '">' .
|
||
tx_em_Tools::typeRelPath($extInfo['type']) . $extKey . '/doc/manual.sxw')) . '" target="_blank" title="' . $GLOBALS['LANG']->getLL('listRow_local_manual') . '">' .
|
||
t3lib_iconWorks::getSpriteIcon('actions-system-extension-documentation') . '</a>' : '') .
|
||
'</td>';
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »