Use b_help icon here

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-03-27 10:04:13 +05:30
parent 071e43fbe2
commit f74969651d

View File

@ -1611,7 +1611,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
}
if (logData.rows.length !== 0) {
runtime.logDataCols = buildLogTable(logData, removeVariables);
runtime.logDataCols = buildLogTable(logData, opts.removeVariables);
/* Show some stats in the dialog */
$('#emptyDialog').dialog({title: PMA_messages.strLoadingLogs});
@ -1905,7 +1905,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
// Append a tooltip to the count column, if there exist one
if ($('#logTable tr:first th:last').text().indexOf("#") > -1) {
$('#logTable tr:first th:last').append('&nbsp;' + PMA_getImage('b_docs.png', '', {'class': 'qroupedQueryInfoIcon'}));
$('#logTable tr:first th:last').append('&nbsp;' + PMA_getImage('b_help.png', '', {'class': 'qroupedQueryInfoIcon'}));
var tooltipContent = PMA_messages.strCountColumnExplanation;
if (groupInserts) {