added links to multi_user_mode management
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user