Fix tab order of refresh and close container controls

This commit is contained in:
Eric Lippmann 2016-04-13 11:04:23 +02:00
parent 5afc54d973
commit 9082a5204e

View File

@ -377,8 +377,8 @@ EOT;
array( array(
$tabs, $tabs,
$drop, $drop,
$close, $refresh,
$refresh $close
), ),
$this->baseTpl $this->baseTpl
); );