diff options
Diffstat (limited to 'app/Template/user_view/notifications.php')
-rw-r--r-- | app/Template/user_view/notifications.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/Template/user_view/notifications.php b/app/Template/user_view/notifications.php index 84ca1282..0f4e59d1 100644 --- a/app/Template/user_view/notifications.php +++ b/app/Template/user_view/notifications.php @@ -18,9 +18,5 @@ <?= $this->form->checkboxes('notification_projects', $projects, $notifications) ?> <?php endif ?> - <div class="form-actions"> - <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> - <?= t('or') ?> - <?= $this->url->link(t('cancel'), 'UserViewController', 'show', array('user_id' => $user['id'])) ?> - </div> + <?= $this->modal->submitButtons() ?> </form> |