added links to multi_user_mode management

This commit is contained in:
mdipierro
2012-08-24 16:17:32 -05:00
parent 38fb587db0
commit 636f6e6434
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-24 15:53:07) dev
Version 2.00.0 (2012-08-24 16:17:29) dev
@@ -78,6 +78,16 @@
</p>
</div>
{{pass}}
<!-- MULTI_USER_INTERFACE -->
{{if MULTI_USER_MODE and is_manager():}}
<div class="box">
<h3>{{=T("Multi User Mode")}}</h3>
<p>
{{=button(URL('bulk_register'),T('Bulk Register'))}}
{{=button(URL('manage_students'),T('Manage Students'))}}
</p>
</div>
{{pass}}
<!-- APP WIZARD -->
<div class="box">
<h3>{{=T("New application wizard")}}</h3>