Fixed events with/without tags table in advanced options. Ticket #3702

This commit is contained in:
Arturo Gonzalez 2016-05-25 17:40:34 +02:00
parent 3179a206a4
commit 9a9f8e17b8
1 changed files with 2 additions and 2 deletions

View File

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