Project

General

Profile

Bug #23586 ยป bug_15778.diff

Administrator Admin, 2010-09-24 11:14

View differences:

workingcopy/typo3/sysext/em/mod1/class.em_index.php 2010-09-24 11:06:10.000000000 +0200
$this->installButton() . ' ' . $GLOBALS['LANG']->getLL('ext_import_install') . '</a>';
} else {
$content = $GLOBALS['LANG']->getLL('ext_import_imported') .
'<br /><br /><a href="javascript:opener.top.content.document.forms[0].submit();window.close();">' .
'<br /><br /><a href="javascript:window.opener.top.list.refresh();window.close();">' .
$GLOBALS['LANG']->getLL('ext_import_close_check') . '</a>';
}
}
......
$GLOBALS['LANG']->getLL('ext_details_removed')
)
) .
'<br /><br /><a href="javascript:opener.top.content.document.forms[0].submit();window.close();">' .
'<br /><br /><a href="javascript:window.opener.top.list.refresh();window.close();">' .
$GLOBALS['LANG']->getLL('ext_import_close_check') . '</a>';
} else {
// Determine if new modules were installed:
    (1-1/1)