Example #1
0
 /**
  * Constructor
  */
 function LinkUser($User)
 {
     // call parent contsructor
     parent::LinkOwner($User, 'user');
     $this->User =& $this->link_Object;
     $this->_trans = array('Link this image to your owner' => NT_('Link this image to the user.'), 'Link this file to your owner' => NT_('Link this file to the user.'), 'View this owner...' => NT_('View this user...'), 'Edit this owner...' => NT_('Edit this user...'), 'Click on link %s icons below to link additional files to $ownerTitle$.' => NT_('Click on link %s icons below to link additional files to <strong>user</strong>.'), 'Link files to current owner' => NT_('Link files to current user'), 'Link has been deleted from $ownerTitle$.' => NT_('Link has been deleted from &laquo;user&raquo;.'));
 }
Example #2
0
 /**
  * Constructor
  */
 function LinkUser($User)
 {
     // call parent contsructor
     parent::LinkOwner($User, 'user');
     $this->User =& $this->link_Object;
     $this->_trans = array('Link this image to your xxx' => NT_('Link this image to the user.'), 'Link this file to your xxx' => NT_('Link this file to the user.'), 'View this xxx...' => NT_('View this user...'), 'Edit this xxx...' => NT_('Edit this user...'), 'Link files to current xxx' => NT_('Link files to current user'), 'Link has been deleted from $xxx$.' => NT_('Link has been deleted from &laquo;user&raquo;.'));
 }
Example #3
0
 /**
  * Constructor
  */
 function LinkItem($Item)
 {
     // call parent contsructor
     parent::LinkOwner($Item, 'item');
     $this->Item =& $this->link_Object;
     $this->_trans = array('Link this image to your owner' => NT_('Link this image to your item.'), 'Link this file to your owner' => NT_('Link this file to your item.'), 'The file will be linked for download at the end of the owner' => NT_('The file will be appended for linked at the end of the item.'), 'Insert the following code snippet into your owner' => NT_('Insert the following code snippet into your item.'), 'View this owner...' => NT_('View this item...'), 'Edit this owner...' => NT_('Edit this item...'), 'Click on link %s icons below to link additional files to $ownerTitle$.' => NT_('Click on link %s icons below to link additional files to <strong>item</strong>.'), 'Link files to current owner' => NT_('Link files to current item'), 'Selected files have been linked to owner.' => NT_('Selected files have been linked to item.'), 'Link has been deleted from $ownerTitle$.' => NT_('Link has been deleted from &laquo;item&raquo;.'));
 }
Example #4
0
 /**
  * Constructor
  */
 function LinkItem($Item)
 {
     // call parent contsructor
     parent::LinkOwner($Item, 'item');
     $this->Item =& $this->link_Object;
     $this->_trans = array('Link this image to your xxx' => NT_('Link this image to your item.'), 'Link this file to your xxx' => NT_('Link this file to your item.'), 'The file will be linked for download at the end of the xxx' => NT_('The file will be appended for linked at the end of the item.'), 'Insert the following code snippet into your xxx' => NT_('Insert the following code snippet into your item.'), 'View this xxx...' => NT_('View this item...'), 'Edit this xxx...' => NT_('Edit this item...'), 'Link files to current xxx' => NT_('Link files to current item'), 'Selected files have been linked to xxx.' => NT_('Selected files have been linked to item.'), 'Link has been deleted from $xxx$.' => NT_('Link has been deleted from &laquo;item&raquo;.'));
 }
 /**
  * Constructor
  */
 function LinkComment($edited_Comment)
 {
     parent::LinkOwner($edited_Comment, 'comment');
     $this->Comment =& $this->link_Object;
     $this->_trans = array('Link this image to your xxx' => NT_('Link this image to your comment'), 'Link this file to your xxx' => NT_('Link this file to your comment'), 'The file will be linked for download at the end of the xxx' => NT_('The file will be linked for download at the end of the comment.'), 'Insert the following code snippet into your xxx' => NT_('Insert the following code snippet into your comment.'), 'View this xxx...' => NT_('View this comment...'), 'Edit this xxx...' => NT_('Edit this comment...'), 'Link files to current xxx' => NT_('Link files to current comment'), 'Selected files have been linked to xxx.' => NT_('Selected files have been linked to comment.'), 'Link has been deleted from $xxx$.' => NT_('Link has been deleted from the &laquo;Comment&raquo;.'));
 }
 /**
  * Constructor
  */
 function LinkComment($edited_Comment)
 {
     parent::LinkOwner($edited_Comment, 'comment');
     $this->Comment =& $this->link_Object;
     $this->_trans = array('Link this image to your owner' => NT_('Link this image to your comment'), 'Link this file to your owner' => NT_('Link this file to your comment'), 'The file will be linked for download at the end of the owner' => NT_('The file will be linked for download at the end of the comment.'), 'Insert the following code snippet into your owner' => NT_('Insert the following code snippet into your comment.'), 'View this owner...' => NT_('View this comment...'), 'Edit this owner...' => NT_('Edit this comment...'), 'Click on link %s icons below to link additional files to $ownerTitle$.' => NT_('Click on link %s icons below to link additional files to <strong>Comment</strong>.'), 'Link files to current owner' => NT_('Link files to current comment'), 'Selected files have been linked to owner.' => NT_('Selected files have been linked to comment.'), 'Link has been deleted from $ownerTitle$.' => NT_('Link has been deleted from the &laquo;Comment&raquo;.'));
 }