Commit d9dba54b authored by cosine's avatar cosine

- Added link to importing users

parent 774403ae
......@@ -21,6 +21,19 @@
<b>&raquo;</b> <a href="@show_users_url@">Show users in this authority</a> (@num_users@ users)
</p>
<if @import_users_url@ not nil>
<p>
<b>&raquo;</b> <a href="@import_users_url@">Batch-import users for this authority</a>
</p>
</if>
<if @import_groups_url@ not nil>
<p>
<b>&raquo;</b> <a href="@import_groups_url@">Batch-import groups for this authority</a>
</p>
</if>
<if @display_batch_history_p@ true>
<h2>Batch Jobs</h2>
......
......@@ -322,6 +322,12 @@ if { ($initial_request_p || $submit_p) && !$local_authority_p } {
}
}
set import_users_url [export_vars -base "/auth-ldap-adldapsearch/import-users"]
# Local variables:
# mode: tcl
# tcl-indent-level: 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment