From: kkalev Date: Tue, 13 Aug 2002 11:08:39 +0000 (+0000) Subject: Add a show_groups.php3 to show all active user groups X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=2acaa1a73fc5a9567dea36dc64577154a00726fb;p=freeradius-dialup-admin.git Add a show_groups.php3 to show all active user groups --- diff --git a/Changelog b/Changelog index 19e3c55..2413dfe 100644 --- a/Changelog +++ b/Changelog @@ -6,6 +6,7 @@ Ver 1.52: * Only run if $login is not NULL in lib/sql/defaults.php3 * In group admin add a button to administer the selected user which will redirect the administrator to the corresponding user_admin page +* Add a show_groups.php3 to show all active user groups Ver 1.51: * Only call user_info.php3 in user_new.php3 when we are creating a user * Fix a bug with personal information attributes in user_new.php3 diff --git a/htdocs/buttons.html b/htdocs/buttons.html index f75ef49..9f90f97 100644 --- a/htdocs/buttons.html +++ b/htdocs/buttons.html @@ -55,6 +55,9 @@ function myout(a) {
+ + Show Groups + Edit Group
diff --git a/htdocs/show_groups.php3 b/htdocs/show_groups.php3 new file mode 100644 index 0000000..50d352d --- /dev/null +++ b/htdocs/show_groups.php3 @@ -0,0 +1,86 @@ + +User Groups + + + +
+Could not include SQL library functions. Aborting + + +EOM; + exit(); +} +?> + +User Groups + + + +
+ + + + +
+ +

+ + + + + +
+ + +
+ User Groups  +
+
+ +
+

+ + + + + + + + + + +EOM; + } + } + else + echo "Could not find any groups
\n"; + } + else + echo "Search failed. SQL Error
\n"; +} +?> +
#group# of members
$num$group$num_members
+

+
+
+ +