[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/modules/notebook/ -> admin_tab.viewuser.notes.php (source)

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


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