[Netoffice-cvs-2x] netoffice-2.x/phases viewphase.php,1.10,1.11
PXell - Online project management.
Brought to you by:
trilexcom
From: Scott M. <ma...@us...> - 2005-05-30 16:12:47
|
Update of /cvsroot/netoffice/netoffice-2.x/phases In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6812/phases Modified Files: viewphase.php Log Message: + combined the icaltasks.php and icalmeetings.php into calendar/icalendar.php + added new language string 'ical_url' + added links on appropriate pages to the icalendar.php script Index: viewphase.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/phases/viewphase.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** viewphase.php 25 May 2005 01:25:59 -0000 1.10 --- viewphase.php 30 May 2005 16:12:39 -0000 1.11 *************** *** 145,148 **** --- 145,149 ---- $block1->contentRow($strings["uncomplete_tasks"], $comptUncompleteTasks); $block1->contentRow($strings["milestone"], $comptlistMilestones); + $block1->contentRow($strings['ical_url'], buildLink("$root/calendar/icalendar.php", "$root/calendar/icalendar.php", LINK_OUT)); $block1->contentRow($strings["date_start"], $phaseDetail->pha_date_start[0]); $block1->contentRow($strings["date_end"], $phaseDetail->pha_date_end[0]); |