Update of /cvsroot/openfirst/members/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv23125/setup
Modified Files:
setup.mysql
Log Message:
Add configuration to members menu (this isn't in members, but is in base, and is quite related, the link is there to eliminate confusion)
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/members/setup/setup.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setup.mysql 27 Jun 2003 20:45:17 -0000 1.1
--- setup.mysql 28 Jun 2003 00:41:35 -0000 1.2
***************
*** 1 ****
! INSERT INTO ofirst_config SET modulename='members',showonmenu='0',active='0',adminnavigation='<a href="$basepath/members/adduser.php">Add Users</a>',modulenavigation='<a href="$basepath/members/profile.php">Profile</a> <a href="$basepath/members/skills.php">Skills</a> <a href="$basepath/members/updateprofile.php">Update Profile</a> <a href="$basepath/members/logout.php">Logout</a>';
\ No newline at end of file
--- 1 ----
! INSERT INTO ofirst_config SET modulename='members',showonmenu='0',active='0',adminnavigation='<a href="$basepath/members/adduser.php">Add Users</a> <a href="$basepath/config/">Configuration</a>',modulenavigation='<a href="$basepath/members/profile.php">Profile</a> <a href="$basepath/members/skills.php">Skills</a> <a href="$basepath/members/updateprofile.php">Update Profile</a> <a href="$basepath/members/logout.php">Logout</a>';
|