[ Index ]

Source Code Reference for V1.00

title

Body

[close]

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

   1  <?php // check access to files module
   2  if (!defined('W2P_BASE_DIR')) {
   3      die('You should not access this file directly');
   4  }
   5  
   6  global $AppUI, $m, $obj, $task_id;
   7  if (!getDenyRead('links')) {
   8      if (!getDenyEdit('links')) {
   9          echo '<a href="./index.php?m=links&a=addedit&project_id=' . $obj->task_project . '&link_task=' . $task_id . '">' . $AppUI->_('Attach a link') . '</a>';
  10  
  11      }
  12      echo w2PshowImage('stock_attach-16.png', 16, 16, '', '', $m);
  13      $showProject = false;
  14      $project_id = $obj->task_project;
  15      include  (W2P_BASE_DIR . '/modules/links/index_table.php');
  16  }
  17  ?>


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