mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed table in events filter. Ticket#2940
This commit is contained in:
parent
71f5b5dc46
commit
5773a94022
@ -494,13 +494,13 @@ if (defined('METACONSOLE'))
|
||||
'</fieldset>';
|
||||
}
|
||||
else {
|
||||
$data[0] = '<fieldset class="databox" style="padding:0px; width: 510px; ">' .
|
||||
$data[0] = '<fieldset class="databox" style="padding:0px; width: 240px; ">' .
|
||||
'<legend>' .
|
||||
__('Events with following tags') .
|
||||
'</legend>' .
|
||||
html_print_table($tabletags_with, true) .
|
||||
'</fieldset>';
|
||||
$data[1] = '<fieldset class="databox" style="padding:0px; width: 310px;">' .
|
||||
$data[1] = '<fieldset class="databox" style="padding:0px; width: 240px;">' .
|
||||
'<legend>' .
|
||||
__('Events without following tags') .
|
||||
'</legend>' .
|
||||
|
Loading…
x
Reference in New Issue
Block a user