From 636f6e6434c490fd55cb453468d0468d0c6cddf1 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 24 Aug 2012 16:17:32 -0500 Subject: [PATCH] added links to multi_user_mode management --- VERSION | 2 +- applications/admin/views/default/site.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 64de51cc..d91343d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-24 15:53:07) dev +Version 2.00.0 (2012-08-24 16:17:29) dev diff --git a/applications/admin/views/default/site.html b/applications/admin/views/default/site.html index 879dccc2..160277d5 100644 --- a/applications/admin/views/default/site.html +++ b/applications/admin/views/default/site.html @@ -78,6 +78,16 @@

{{pass}} + + {{if MULTI_USER_MODE and is_manager():}} +
+

{{=T("Multi User Mode")}}

+

+ {{=button(URL('bulk_register'),T('Bulk Register'))}} + {{=button(URL('manage_students'),T('Manage Students'))}} +

+
+ {{pass}}

{{=T("New application wizard")}}