';
if (history_array[i].get_and_or()) {
str += ' | ';
} else {
str += '
';
}
str += '' + PMA_getImage('b_sbrowse', PMA_messages.strColumnName) + ' | ' +
'' + $('').text(history_array[i].get_column_name()).html() + ' | ';
if (history_array[i].get_type() === 'GroupBy' || history_array[i].get_type() === 'OrderBy') {
var detailDesc = $('').text(detail(i)).html();
str += ' | ' + PMA_getImage('s_info', detail(i)) + ' | ' +
'' + history_array[i].get_type() + ' | ' +
'' + PMA_getImage('b_drop', PMA_messages.strDelete) + ' | ';
} else {
var detailDesc = $('').text(detail(i)).html();
str += '' + PMA_getImage('s_info', detail(i)) + ' | ' +
'' + history_array[i].get_type() + ' | ' +
'' + PMA_getImage('b_edit', PMA_messages.strEdit) + ' | ' +
'' + PMA_getImage('b_drop', PMA_messages.strDelete) + ' | ';
}
str += '