[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/modules/files/ -> tasks_tab.view.files.php (source)

   1  <?php /* $Id: tasks_tab.view.files.php 40 2008-02-11 12:11:44Z pedroix $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/trunk/modules/files/tasks_tab.view.files.php $ */
   2  if (!defined('W2P_BASE_DIR')) {
   3      die('You should not access this file directly.');
   4  }
   5  
   6  global $AppUI, $m, $obj, $task_id, $w2Pconfig;
   7  if (!getDenyRead('files')) {
   8      if (!getDenyAdd('files')) {
   9          echo '<a href="./index.php?m=files&a=addedit&project_id=' . $obj->task_project . '&file_task=' . $task_id . '">' . $AppUI->_('Attach a file') . '</a>';
  10      }
  11      echo w2PshowImage('stock_attach-16.png', 16, 16, '');
  12      $showProject = false;
  13      $project_id = $obj->task_project;
  14      include  (W2P_BASE_DIR . '/modules/files/index_table.php');
  15  }
  16  ?>


Generated: Fri Jan 9 03:00:02 2009 Cross-referenced by PHPXref 0.7