1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-27 08:14:35 +02:00

Display number of rows to export

This commit is contained in:
Jakub Vrana
2013-07-10 10:12:58 -07:00
parent 9ab32bdb3c
commit 491cdefc84
3 changed files with 8 additions and 6 deletions

View File

@@ -67,9 +67,10 @@ function trCheck(el) {
/** Fill number of selected items
* @param string
* @param string
*/
function selectCount(count) {
setHtml('selected', (count === '' ? '' : '(' + count + ')'));
function selectCount(id, count) {
setHtml(id, (count === '' ? '' : '(' + count + ')'));
}
/** Check all elements matching given name