[Openfirst-cvscommit] projects groups.php,1.16,1.17 notes.php,1.16,1.17 projects.php,1.15,1.16 tasks
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-14 00:56:44
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21353/projects Modified Files: groups.php notes.php projects.php tasks.php updates.php Log Message: -Corrected usage of $home -Added $server Index: projects.php =================================================================== RCS file: /cvsroot/openfirst/projects/projects.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** projects.php 23 Nov 2003 22:01:38 -0000 1.15 --- projects.php 14 Mar 2005 00:56:32 -0000 1.16 *************** *** 81,85 **** <b>".$_POST['projectname']."</b> within the <b>".$group->GroupName."</b> group. Here is the project description:<br><blockquote>".$_POST['description']."</blockquote><br><br> ! <a href='$home/projects/groups.php'>Click here for more info</a>"; // Since these are projects relating to this group then only send to the required persons --- 81,85 ---- <b>".$_POST['projectname']."</b> within the <b>".$group->GroupName."</b> group. Here is the project description:<br><blockquote>".$_POST['description']."</blockquote><br><br> ! <a href='$server$basepath/projects/groups.php'>Click here for more info</a>"; // Since these are projects relating to this group then only send to the required persons Index: notes.php =================================================================== RCS file: /cvsroot/openfirst/projects/notes.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** notes.php 23 Nov 2003 22:01:38 -0000 1.16 --- notes.php 14 Mar 2005 00:56:32 -0000 1.17 *************** *** 81,85 **** under the <b>".$task->TaskName."</b> task. The following is the information commited:<br><blockquote>".$_POST['description']."</blackquote><br><br> ! <a href='$home/projects/groups.php'>Click here for more info!</a>"; // Since these are projects relating to this group then only send to the required persons --- 81,85 ---- under the <b>".$task->TaskName."</b> task. The following is the information commited:<br><blockquote>".$_POST['description']."</blackquote><br><br> ! <a href='$server$basepath/projects/groups.php'>Click here for more info!</a>"; // Since these are projects relating to this group then only send to the required persons Index: groups.php =================================================================== RCS file: /cvsroot/openfirst/projects/groups.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** groups.php 23 Nov 2003 22:01:37 -0000 1.16 --- groups.php 14 Mar 2005 00:56:19 -0000 1.17 *************** *** 87,91 **** <i>".$user->user."</i> has assigned you to a new group on the $title action system called <b>".$_POST['groupname']."</b>. Here is the group description: <br><blockquote>".$_POST['description']."</blockquote><br><br> ! <a href='$home/projects/groups.php'>Click here for more info</a>"; // Query members who have been added to this group --- 87,91 ---- <i>".$user->user."</i> has assigned you to a new group on the $title action system called <b>".$_POST['groupname']."</b>. Here is the group description: <br><blockquote>".$_POST['description']."</blockquote><br><br> ! <a href='$server$basepath/projects/groups.php'>Click here for more info</a>"; // Query members who have been added to this group Index: updates.php =================================================================== RCS file: /cvsroot/openfirst/projects/updates.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** updates.php 4 Dec 2003 22:47:27 -0000 1.13 --- updates.php 14 Mar 2005 00:56:32 -0000 1.14 *************** *** 80,84 **** $message .=" <tr> ! <td><img src='$home/$basepath/members/icons/actions/project_open.png' width='32' height='32'></td> <td>New Project</td> <td><font color='red'>".$project->ProjectName."</font></td> --- 80,84 ---- $message .=" <tr> ! <td><img src='$server$basepath/members/icons/actions/project_open.png' width='32' height='32'></td> <td>New Project</td> <td><font color='red'>".$project->ProjectName."</font></td> *************** *** 101,105 **** $message .= "<tr > ! <td><img src='$home/$basepath/members/icons/filesystems/desktop.png' width='32' height='32'></td> <td>New Task</td> <td>".$taskproject->ProjectName."</td> --- 101,105 ---- $message .= "<tr > ! <td><img src='$server$basepath/members/icons/filesystems/desktop.png' width='32' height='32'></td> <td>New Task</td> <td>".$taskproject->ProjectName."</td> *************** *** 125,129 **** $message .= "<tr> ! <td><img src='$home/$basepath/members/icons/filesystems/files.png' width='32' height='32'></td> <td>New Note Commited</td> <td>".$noteproject->ProjectName."</td> --- 125,129 ---- $message .= "<tr> ! <td><img src='$server$basepath/members/icons/filesystems/files.png' width='32' height='32'></td> <td>New Note Commited</td> <td>".$noteproject->ProjectName."</td> Index: tasks.php =================================================================== RCS file: /cvsroot/openfirst/projects/tasks.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tasks.php 23 Nov 2003 22:01:38 -0000 1.16 --- tasks.php 14 Mar 2005 00:56:32 -0000 1.17 *************** *** 86,90 **** <b>".$_POST['taskname']."</b> under the <b>".$project->ProjectName."</b> project. Here is a description:<br><blockquote>".$_POST['description']."</blockquote><br><br> ! <a href='$home/projects/groups.php'>Click here for more info!</a>"; // Since these are projects relating to this group then only send to the required persons --- 86,90 ---- <b>".$_POST['taskname']."</b> under the <b>".$project->ProjectName."</b> project. Here is a description:<br><blockquote>".$_POST['description']."</blockquote><br><br> ! <a href='$server$basepath/projects/groups.php'>Click here for more info!</a>"; // Since these are projects relating to this group then only send to the required persons *************** *** 408,410 **** } include_once($footer); ! ?> \ No newline at end of file --- 408,410 ---- } include_once($footer); ! ?> |