[Netoffice-cvs-2x] netoffice-2.x/tasks viewtask.php,1.14,1.15 icaltasks.php,1.1,NONE
PXell - Online project management.
Brought to you by:
trilexcom
From: Scott M. <ma...@us...> - 2005-05-30 16:12:49
|
Update of /cvsroot/netoffice/netoffice-2.x/tasks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6812/tasks Modified Files: viewtask.php Removed Files: icaltasks.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 --- icaltasks.php DELETED --- Index: viewtask.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/tasks/viewtask.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** viewtask.php 4 Jan 2005 06:40:43 -0000 1.14 --- viewtask.php 30 May 2005 16:12:39 -0000 1.15 *************** *** 162,165 **** --- 162,166 ---- $block1->contentRow($strings["description"], nl2br($taskDetail->tas_description[0])); + $block1->contentRow($strings['ical_url'], buildLink("$root/calendar/icalendar.php", "$root/calendar/icalendar.php", LINK_OUT)); if ($taskDetail->tas_milestone[0] != "0") { |