Project

General

Profile

Feature #24345 » 16753_v3.diff

Administrator Admin, 2010-12-17 11:13

View differences:

typo3/sysext/setup/mod/index.php (working copy)
);
$this->doc->table_TR = '<tr>';
$this->doc->table_TABLE = '<table border="0" cellspacing="1" cellpadding="2" class="typo3-usersettings">';
// Hook for changing the init settings form
if (!empty ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/setup/mod/index.php']['initSettingsForm']) && is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/setup/mod/index.php']['initSettingsForm'])) {
foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/setup/mod/index.php']['initSettingsForm'] as $funcRef) {
$params = array();
t3lib_div::callUserFunction($funcRef, $params, $this);
}
}
}
/**
(2-2/2)