Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
cb18cb6484
@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.3.1.0 (not yet released)
|
||||
- bug #4609 'Show all' checkbox label is not clickable
|
||||
|
||||
4.3.0.0 (not yet released)
|
||||
+ rfe #1502 Smart sorting for int keys
|
||||
|
||||
@ -1619,7 +1619,7 @@ class PMA_DisplayResults_Test extends PHPUnit_Framework_TestCase
|
||||
. '<input type="hidden" name="pos" value="0" />'
|
||||
. '<input type="hidden" name="session_max_rows" value="all" />'
|
||||
. '<input type="hidden" name="goto" value="tbl_structure.php" />'
|
||||
. '<input type="checkbox" name="navig" class="showAllRows" value="all" />'
|
||||
. '<input type="checkbox" name="navig" id="navig" class="showAllRows" value="all" />'
|
||||
. '<label for="navig">Show all</label></form></td>'
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user