Changeset 47 for trunk/Base/Types/PointerOneToMany.php
- Timestamp:
- Jul 27, 2014, 9:14:56 PM (11 years ago)
- Location:
- trunk
- Files:
- 
      - 2 edited
 
 - 
          
  . (modified) (1 prop)
- 
          
  Base/Types/PointerOneToMany.php (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk- Property svn:ignore
- 
      old new 1 2 1 config.php 2 .project 
 
- 
      
 
- Property svn:ignore
- 
      trunk/Base/Types/PointerOneToMany.phpr42 r47 7 7 function OnView($Item) 8 8 { 9 $Type = $this->System->Type->TypeDefinitionList[$Item['Type']]; 9 10 $Output = '<a href="?Action=ShowList&TableId='.$Type['TypeDefinition'].'&ParentTable='.$Item['SourceTable'].'&ParentColumn='.$Item['SourceItemId'].'">Seznam</a>'; 10 11 return($Output); … … 13 14 function OnEdit($Item) 14 15 { 16 $Type = $this->System->Type->TypeDefinitionList[$Item['Type']]; 15 17 $Output = '<a href="?Action=ShowList&TableId='.$Type['TypeDefinition'].'&ParentTable='.$Item['SourceTable'].'&ParentColumn='.$Item['SourceItemId'].'">Seznam</a>'; 16 18 return($Output); … … 22 24 } 23 25 } 24 25 ?>
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
