Index: openacs-4/packages/acs-admin/www/auth/authority.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority.adp,v
diff -u -r1.7 -r1.8
--- openacs-4/packages/acs-admin/www/auth/authority.adp 16 Oct 2003 13:57:10 -0000 1.7
+++ openacs-4/packages/acs-admin/www/auth/authority.adp 29 Oct 2003 13:16:09 -0000 1.8
@@ -17,6 +17,10 @@
+
+ » Show users in this authority (@num_users@ users)
+
+
Batch Jobs
Index: openacs-4/packages/acs-admin/www/auth/authority.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority.tcl,v
diff -u -r1.14 -r1.15
--- openacs-4/packages/acs-admin/www/auth/authority.tcl 28 Oct 2003 14:32:12 -0000 1.14
+++ openacs-4/packages/acs-admin/www/auth/authority.tcl 29 Oct 2003 13:16:09 -0000 1.15
@@ -286,7 +286,10 @@
set context [list [list "." "Authentication"] $page_title]
+set num_users [lc_numeric [db_string num_users_in_auhtority { select count(*) from users where authority_id = :authority_id }]]
+set show_users_url [export_vars -base ../users/complex-search { authority_id { target one } }]
+
# This code should be executed for non-local authorities in the following types of requests:
# - initial request of the form (display mode)
# - The form is being submitted (display mode)