0 && isset($userNames[$by]) && $userNames[$by] !== '') {
$parts[] = $userNames[$by];
}
$at = trim((string) ($entry['at'] ?? ''));
if ($at !== '') {
$parts[] = $at;
}
return $parts === [] ? '' : implode(' · ', $parts);
};
?>
t('Security check'),
'backHref' => lurl($closeTarget ?? 'security/checks'),
];
if (!$readonly) {
$titlebar['actions'] = [
[
'label' => t('Save'),
'type' => 'submit',
'form' => 'security-check-form',
'name' => 'action',
'value' => 'save',
'class' => 'primary',
'tone' => 'success',
],
];
}
require templatePath('partials/app-details-titlebar.phtml');
?>