7 lines
291 B
PHTML
7 lines
291 B
PHTML
|
<?= $this->expandable(
|
||
|
'<b>Command:</b> ' . array_shift(preg_split('|!|', $object->check_command)),
|
||
|
$this->commandArguments($object->check_command),
|
||
|
// TODO: no JS handler right now, should be collapsed
|
||
|
array('collapsed' => ! (bool) strpos($object->check_command, '!'))
|
||
|
) ?>
|