diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-05-16 20:55:21 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-05-16 20:55:21 -0400 |
| commit | 4514bc1d4b4abff23902e46da76e70f13a3647eb (patch) | |
| tree | fb4f03d47f49bd8acc6fbae943ac44ac58df9540 /app/Template/user/share.php | |
| parent | abdf6f97800e7e838b5841820815385b183bab67 (diff) | |
Improve user controllers and views
Diffstat (limited to 'app/Template/user/share.php')
| -rw-r--r-- | app/Template/user/share.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/Template/user/share.php b/app/Template/user/share.php deleted file mode 100644 index 56dc8675..00000000 --- a/app/Template/user/share.php +++ /dev/null @@ -1,18 +0,0 @@ -<div class="page-header"> - <h2><?= t('Public access') ?></h2> -</div> - -<?php if (! empty($user['token'])): ?> - - <div class="listing"> - <ul class="no-bullet"> - <li><strong><i class="fa fa-rss-square"></i> <?= $this->url->link(t('RSS feed'), 'feed', 'user', array('token' => $user['token']), false, '', '', true) ?></strong></li> - <li><strong><i class="fa fa-calendar"></i> <?= $this->url->link(t('iCal feed'), 'ical', 'user', array('token' => $user['token']), false, '', '', true) ?></strong></li> - </ul> - </div> - - <?= $this->url->link(t('Disable public access'), 'user', 'share', array('user_id' => $user['id'], 'switch' => 'disable'), true, 'btn btn-red') ?> - -<?php else: ?> - <?= $this->url->link(t('Enable public access'), 'user', 'share', array('user_id' => $user['id'], 'switch' => 'enable'), true, 'btn btn-blue') ?> -<?php endif ?> |
