mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed events with/without tags table in advanced options. Ticket #3702
(cherry picked from commit 9a9f8e17b8dab3df29b3e67a27025706b1988c6e) Conflicts: pandora_console/operation/events/events_list.php
This commit is contained in:
parent
6ba9531c51
commit
01f9dbfa7a
@ -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: 30%; ">' .
|
||||
'<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: 30%;">' .
|
||||
'<legend>' .
|
||||
__('Events without following tags') .
|
||||
'</legend>' .
|
||||
|
Loading…
x
Reference in New Issue
Block a user