[FIX] Browse table: Make Show all label clickable
<label for> works with IDs, not names. Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
This commit is contained in:
parent
42e74273a5
commit
3d87430aa0
@ -861,7 +861,7 @@ class PMA_DisplayResults
|
||||
. (! $showing_all ? 'all' : $GLOBALS['cfg']['MaxRows']) . '" />'
|
||||
. '<input type="hidden" name="goto" value="' . $this->__get('goto')
|
||||
. '" />'
|
||||
. '<input type="checkbox" name="navig" class="showAllRows"'
|
||||
. '<input type="checkbox" name="navig" id="navig" class="showAllRows"'
|
||||
. (! $showing_all ? '' : ' checked="checked"') . ' value="all" />'
|
||||
. '<label for="navig">' . __('Show all') . '</label>'
|
||||
. '</form>'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user