Indicate that these have been truncated

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-05-13 10:44:12 +05:30
parent 6fc418eb02
commit ad32e09ed0
2 changed files with 4 additions and 4 deletions

View File

@ -835,7 +835,7 @@ class PMA_DisplayResults
list(
$table_navigation_html,
$nbTotalPage
) = $this->_getHtmlPageSelector($table_navigation_html);
) = $this->_getHtmlPageSelector($table_navigation_html);
}
$showing_all = false;
@ -4600,7 +4600,7 @@ class PMA_DisplayResults
$column_for_first_row = /*overload*/mb_strtoupper(
/*overload*/mb_substr(
$column_for_first_row, 0, $GLOBALS['cfg']['LimitChars']
)
) . '...'
);
// fetch last row of the result set
@ -4626,7 +4626,7 @@ class PMA_DisplayResults
$column_for_last_row = /*overload*/mb_strtoupper(
/*overload*/mb_substr(
$column_for_last_row, 0, $GLOBALS['cfg']['LimitChars']
)
) . '...'
);
// reset to first row for the loop in _getTableBody()

View File

@ -3138,7 +3138,7 @@ class PMA_Util
$displayed_type .= htmlspecialchars(
/*overload*/mb_substr(
$printtype, 0, $GLOBALS['cfg']['LimitChars']
)
) . '...'
);
$displayed_type .= '</abbr>';
}