Fixed table in events filter. Ticket#2940

This commit is contained in:
Arturo Gonzalez 2015-11-05 10:40:50 +01:00
parent 71f5b5dc46
commit 5773a94022

View File

@ -494,13 +494,13 @@ if (defined('METACONSOLE'))
'</fieldset>'; '</fieldset>';
} }
else { else {
$data[0] = '<fieldset class="databox" style="padding:0px; width: 510px; ">' . $data[0] = '<fieldset class="databox" style="padding:0px; width: 240px; ">' .
'<legend>' . '<legend>' .
__('Events with following tags') . __('Events with following tags') .
'</legend>' . '</legend>' .
html_print_table($tabletags_with, true) . html_print_table($tabletags_with, true) .
'</fieldset>'; '</fieldset>';
$data[1] = '<fieldset class="databox" style="padding:0px; width: 310px;">' . $data[1] = '<fieldset class="databox" style="padding:0px; width: 240px;">' .
'<legend>' . '<legend>' .
__('Events without following tags') . __('Events without following tags') .
'</legend>' . '</legend>' .