mirror of
https://github.com/Karaka-Management/oms-Notification.git
synced 2026-01-11 16:18:40 +00:00
bug fixes
This commit is contained in:
parent
231e51c002
commit
ccbc1233cd
|
|
@ -24,7 +24,9 @@ $notifications = $this->data['notifications'] ?? [];
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
<?= $this->getHtml('Notifications', 'Notification'); ?>
|
<?= $this->getHtml('Notifications', 'Notification'); ?>
|
||||||
<span class="end-xs">
|
<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'); ?>">
|
<input type="submit" class="end-xs save" value="<?= $this->getHtml('MarkSeen', 'Notification'); ?>">
|
||||||
</form>
|
</form>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user