Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
This commit is contained in:
commit
b6487bdc50
10
index.php
10
index.php
@ -522,11 +522,11 @@ if ($server > 0) {
|
||||
. '%sFind out why%s. '
|
||||
);
|
||||
if ($cfg['ZeroConf'] == true) {
|
||||
$msg_text .= __(
|
||||
'<br> '
|
||||
. 'Or alternately go to \'Operations\' tab of any database '
|
||||
. 'to set it up there.'
|
||||
);
|
||||
$msg_text .= '<br> ' .
|
||||
__(
|
||||
'Or alternately go to \'Operations\' tab of any database '
|
||||
. 'to set it up there.'
|
||||
);
|
||||
}
|
||||
$msg = PMA_Message::notice($msg_text);
|
||||
$msg->addParam(
|
||||
|
||||
@ -536,6 +536,7 @@ AJAX.registerOnload('sql.js', function () {
|
||||
var submitData = $form.serialize() + '&ajax_request=true&ajax_page_request=true&submit_mult=' + $button.val();
|
||||
PMA_ajaxShowMessage();
|
||||
$.get($form.attr('action'), submitData, AJAX.responseHandler);
|
||||
});
|
||||
}); // end $()
|
||||
|
||||
/**
|
||||
|
||||
3416
po/be@latin.po
3416
po/be@latin.po
File diff suppressed because it is too large
Load Diff
3549
po/en_GB.po
3549
po/en_GB.po
File diff suppressed because it is too large
Load Diff
3355
po/phpmyadmin.pot
3355
po/phpmyadmin.pot
File diff suppressed because it is too large
Load Diff
3518
po/pt_BR.po
3518
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
3423
po/sr@latin.po
3423
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
3529
po/uz@latin.po
3529
po/uz@latin.po
File diff suppressed because it is too large
Load Diff
3470
po/zh_CN.po
3470
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
3427
po/zh_TW.po
3427
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user