config->get('config.systemDatabases');
$formUrl = $this->url(array('controller'=>'sql','action'=>'index'));
$cycleHelper = $this->getHelper('cycle')->cycle(array('row-even', 'row-odd'));
?>
lang->L_DATABASES_OF_USER;?> 'config->get('config.dbuser.user').'\'@\''.$this->config->get('config.dbuser.host');?>'
sqlHeadNavi(); ?>
actionResults)) {
?>
lang->L_ACTION . ' - ' . $this->lang->getTranslator()->translate($this->executedAction); ?>:
# |
lang->L_DB; ?> |
lang->L_QUERY; ?> |
lang->L_SQL_OUTPUT; ?> |
actionResults as $dbName => $dbResults) {
foreach ($dbResults as $dbResult) {
$row++;
if ($dbResult['result']) {
?>
. |
|
|
getIcon('Ok', '', 16); ?> |
. |
|
|
|
getIcon('Attention', '', 16); ?> |
actionResults) && empty($this->actionResults)) {
?>
lang->L_NOTHING_TO_DO; ?>
|
url(array('controller' => 'sql', 'action' => 'drop.database'));
$this->popUpMessage()->addMessage(
'confirmDropDb',
'L_DELETE_DATABASE',
'L_CONFIRM_DROP_DATABASES',
array(
'modal' => true,
'autoOpen' => false,
'buttons' => array(
'L_YES' => "function() { changeFormAction('.dbForm', '" . $dropDatabaseUrl . "');$('#dbForm').submit();}",
'L_CANCEL' => 'function(){$(this).dialog("close"); return false;}',
)
)
);
$truncateDatabaseUrl = $this->url(array('controller' => 'sql', 'action' => 'truncate.database'));
$this->popUpMessage()->addMessage(
'confirmTruncateDb',
'L_TRUNCATE_DATABASE',
'L_CONFIRM_TRUNCATE_DATABASES',
array(
'modal' => true,
'autoOpen' => false,
'buttons' => array(
'L_YES' => "function() { changeFormAction('.dbForm', '" . $truncateDatabaseUrl . "');$('#dbForm').submit();}",
'L_CANCEL' => 'function(){$(this).dialog("close"); return false;}',
)
)
);
$this->jQuery()->onLoadCaptureStart();
?>
$('.dbCheckbox').change(function() {
checkButtonState();
});
jQuery()->onLoadCaptureEnd();
?>