Project

General

Profile

Feature #17832 ยป bug6795.patch

Administrator Admin, 2007-11-21 23:11

View differences:

typo3/db_new.php (working copy)
$t,
$this->id).'<br/>';
// Link to page-wizard:
$rowContent.= '<img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/ol/line.gif','width="18" height="16"').' alt="" /><img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/ol/joinbottom.gif','width="18" height="16"').' alt="" />'.
'<a href="'.htmlspecialchars(t3lib_div::linkThisScript(array('pagesOnly'=>1))).'">'.
'<img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/new_page.gif','width="13" height="12"').' alt="" /> '.
htmlspecialchars($LANG->getLL('clickForWizard')).
'</a>';
// Half-line:
$rowContent.= '<br /><img'.t3lib_iconWorks::skinImg('','gfx/ol/halfline.gif','width="18" height="8"').' alt="" />';
// Link to page-wizard (if not disabled):
if (empty($this->web_list_modTSconfig['properties']['newPageWiz.']['disabled'])) {
$rowContent.= '<img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/ol/line.gif','width="18" height="16"').' alt="" /><img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/ol/joinbottom.gif','width="18" height="16"').' alt="" />'.
'<a href="'.htmlspecialchars(t3lib_div::linkThisScript(array('pagesOnly'=>1))).'">'.
'<img'.t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/new_page.gif','width="13" height="12"').' alt="" /> '.
htmlspecialchars($LANG->getLL('clickForWizard')).
'</a>';
// Half-line:
$rowContent.= '<br /><img'.t3lib_iconWorks::skinImg('','gfx/ol/halfline.gif','width="18" height="8"').' alt="" />';
}
// Compile table row:
$tRows[]='
......
';
// Create a link to the new-pages wizard.
if ($this->showNewRecLink('pages')) {
if ($this->showNewRecLink('pages') && empty($this->web_list_modTSconfig['properties']['newPageWiz.']['disabled'])) {
$this->code.='
<!--
    (1-1/1)