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:
@@ -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
|
||||
|
Reference in New Issue
Block a user