Ignore:
Timestamp:
Jul 27, 2014, 9:14:56 PM (10 years ago)
Author:
chronos
Message:
  • Odstraněno: Zbytečná PHP ukončovací značka "?>" z konce všech souborů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 
        21config.php
         2.project
  • trunk/Base/Types/PointerOneToMany.php

    r42 r47  
    77  function OnView($Item)
    88  {
     9    $Type = $this->System->Type->TypeDefinitionList[$Item['Type']];
    910    $Output = '<a href="?Action=ShowList&amp;TableId='.$Type['TypeDefinition'].'&amp;ParentTable='.$Item['SourceTable'].'&amp;ParentColumn='.$Item['SourceItemId'].'">Seznam</a>';
    1011    return($Output);
     
    1314  function OnEdit($Item)
    1415  {
     16    $Type = $this->System->Type->TypeDefinitionList[$Item['Type']];
    1517    $Output = '<a href="?Action=ShowList&amp;TableId='.$Type['TypeDefinition'].'&amp;ParentTable='.$Item['SourceTable'].'&amp;ParentColumn='.$Item['SourceItemId'].'">Seznam</a>';
    1618    return($Output);
     
    2224  }
    2325}
    24 
    25 ?>
Note: See TracChangeset for help on using the changeset viewer.