[phpwebapp-commits] CVS: top10/templates/admin/users users.html,1.1.2.6,1.1.2.7
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-02-02 15:40:50
|
Update of /cvsroot/phpwebapp/top10/templates/admin/users In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28043/templates/admin/users Modified Files: Tag: maisp users.html Log Message: filter the list of users Index: users.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/users/Attic/users.html,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** users.html 2 Feb 2004 13:54:58 -0000 1.1.2.6 --- users.html 2 Feb 2004 15:38:47 -0000 1.1.2.7 *************** *** 1,4 **** --- 1,6 ---- <WebBox ID="users"> <br> + <Include SRC="{{./}}filter/user_filter.html" /> + <br> <Repeat rs="users_rs"> <IfEmpty> |