[Openfirst-cvscommit] members/admin editdivisions.php,1.5,1.6 index.php,1.5,1.6
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-14 00:52:38
|
Update of /cvsroot/openfirst/members/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20158/members/admin Modified Files: editdivisions.php index.php Log Message: -Corrected usage of $home -Added $server Index: editdivisions.php =================================================================== RCS file: /cvsroot/openfirst/members/admin/editdivisions.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** editdivisions.php 24 Dec 2003 17:35:08 -0000 1.5 --- editdivisions.php 14 Mar 2005 00:52:25 -0000 1.6 *************** *** 97,101 **** <td width="138"><a href='editdivisions.php?update=<?php echo $div->division; ?>'><?php echo $div->division; ?></a></td> <td width="321"><?php echo $div->description; ?></td> ! <td width="44"><a href='editdivisions.php?delete=<?php echo $div->division; ?>'><img src='<?php echo $home.$basepath; ?>/members/icons/actions/button_cancel.png' border="0"></a></td> </tr> <?php --- 97,101 ---- <td width="138"><a href='editdivisions.php?update=<?php echo $div->division; ?>'><?php echo $div->division; ?></a></td> <td width="321"><?php echo $div->description; ?></td> ! <td width="44"><a href='editdivisions.php?delete=<?php echo $div->division; ?>'><img src='<?php echo $basepath; ?>/members/icons/actions/button_cancel.png' border="0"></a></td> </tr> <?php Index: index.php =================================================================== RCS file: /cvsroot/openfirst/members/admin/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 28 Feb 2004 02:38:51 -0000 1.5 --- index.php 14 Mar 2005 00:52:25 -0000 1.6 *************** *** 54,59 **** <td><a href='/members/divisions.php?division=<?php echo $member->division; ?>'><?php echo $member->division; ?></a></td> <td> ! <a href='editmember.php?user=<?php echo $member->user; ?>'><img src='<?php echo $home.$basepath; ?>/members/icons/actions/edit.png' border="0"></a> ! <a href='index.php?delete=<?php echo $member->user; ?>'><img src='<?php echo $home.$basepath; ?>/members/icons/actions/button_cancel.png' border="0"></a> </td> </tr> --- 54,59 ---- <td><a href='/members/divisions.php?division=<?php echo $member->division; ?>'><?php echo $member->division; ?></a></td> <td> ! <a href='editmember.php?user=<?php echo $member->user; ?>'><img src='<?php echo $basepath; ?>/members/icons/actions/edit.png' border="0"></a> ! <a href='index.php?delete=<?php echo $member->user; ?>'><img src='<?php echo $basepath; ?>/members/icons/actions/button_cancel.png' border="0"></a> </td> </tr> |