NIHVIVO-2279 First stab at UserAccountsListController
This commit is contained in:
parent
eb6dc38408
commit
2a043f5971
2 changed files with 15 additions and 0 deletions
|
@ -22,10 +22,15 @@
|
|||
<li><a href="${siteConfig.urls.tabs}">Tab management</a></li>
|
||||
</#if>
|
||||
|
||||
<#-- TODO This goes away when the UserAccounts are fully implemented - jblake -->
|
||||
<#if siteConfig.urls.users??>
|
||||
<li><a href="${siteConfig.urls.users}">User accounts</a></li>
|
||||
</#if>
|
||||
|
||||
<#if siteConfig.urls.userList??>
|
||||
<li><a href="${siteConfig.urls.userList}">Manage user accounts</a> (work in progress)</li>
|
||||
</#if>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue