Display userlist as SELECT box instead of UL

Display userlist as SELECT box instead of UL -

when you have lots of users, the list gets annoying to deal with.-
this makes it a little more managable.  I'm not so sure about
SIZE=4, maybe 6 or 8 would be more appropriate.

-R

RCS file: WebRT/html/Admin/Users/index.html,v
retrieving revision 1.1
diff -u -r1.1 WebRT/html/Admin/Users/index.html
— WebRT/html/Admin/Users/index.html 2001/09/15 04:12:05 1.1
+++ WebRT/html/Admin/Users/index.html 2001/09/15 04:23:50
@@ -24,15 +24,17 @@
% }

<%$caption%>

-


    %if ($users->Count == 0) {
    -
  • No users matching search criteria found.
    +No users matching search criteria found.
    % }
    +
    +
    %while ( $user = $users->Next) {
    -
  • <%$user->Name%>

  • +<%$user->Name%>
    %}
    -

+

+

+