Fix a bug with empty actions column when browsing data
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 11 Sep 2012 13:23:43 +0000 (15:23 +0200)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 11 Sep 2012 13:23:43 +0000 (15:23 +0200)
commit77586a65a1c3bf18ceba5e7bf8adfbc91a16f100
treede71a70138b8eaa4214046139da8e75200095fe6
parentcb8f0efb62068b043c5b57edbb5ddc13d0849a25
Fix a bug with empty actions column when browsing data

When no action is allowed (eg. when GuiControl removes them) on the
browsing page (display.php), the "action" header was still showed, but
not its data column, leading to a difference between the number of header
columns and data columns.

This bug was raised by Julien Rouhaud (rjuju). This patch is based on
his work (some cleanup).
display.php