mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 00:24:12 +03:00
Fix style of generated operator code field
This commit is contained in:
parent
cf67b11295
commit
91a1b1872c
@ -57,10 +57,10 @@ class OperatorCodeGenerator extends AbstractGenerator
|
||||
$button->addChild(HTML5\html('comment', 'mibew operator code field'));
|
||||
$button->addChild($form);
|
||||
$button->addChild($this->getPopup());
|
||||
$button->addChild(HTML5\html('comment', '/ mibew operator code field'));
|
||||
if (Settings::get('enabletracking') && !$this->getOption('disable_tracking')) {
|
||||
$button->addChild($this->getWidgetCode());
|
||||
}
|
||||
$button->addChild(HTML5\html('comment', '/ mibew operator code field'));
|
||||
|
||||
return $button;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user