bug fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-10-11 19:17:41 +00:00
parent 231e51c002
commit ccbc1233cd

View File

@ -24,7 +24,9 @@ $notifications = $this->data['notifications'] ?? [];
<div class="portlet-head">
<?= $this->getHtml('Notifications', 'Notification'); ?>
<span class="end-xs">
<form id="iNotificationRead" action="<?= \phpOMS\Uri\UriFactory::build('{/api}notification/seen?{?}&csrf={$CSRF}'); ?>" method="POST">
<form id="iNotificationRead"
action="<?= UriFactory::build('{/api}notification/seen?{?}&csrf={$CSRF}'); ?>" method="POST"
data-redirect="<?= UriFactory::build('{%}'); ?>">
<input type="submit" class="end-xs save" value="<?= $this->getHtml('MarkSeen', 'Notification'); ?>">
</form>
</span>