Add edit form for user authentication

This commit is contained in:
Frederic Guillot
2015-07-16 21:33:05 -04:00
parent b0ac201340
commit e0d4877126
5 changed files with 78 additions and 10 deletions

View File

@@ -57,6 +57,9 @@
<?php endif ?>
<?php if ($this->user->isAdmin()): ?>
<li>
<?= $this->url->link(t('Edit Authentication'), 'user', 'authentication', array('user_id' => $user['id'])) ?>
</li>
<li>
<?= $this->url->link(t('Hourly rates'), 'hourlyrate', 'index', array('user_id' => $user['id'])) ?>
</li>