Ignore:
Timestamp:
May 31, 2014, 1:07:01 AM (10 years ago)
Author:
chronos
Message:
  • Upraveno: Definice třídy Subject přesunuta do samostatného modulu Subject.
  • Přidáno: K Subjektům přidána definice Kontaktů a druhů kontaktů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/IS/IS.php

    r660 r661  
    507507      '<a href="?a=delete&amp;t='.$Table.'&amp;i=#RowId"><img alt="Smazat" title="Smazat" src="'.
    508508      $this->System->Link('/images/delete.png').'" onclick="return confirmAction(\'Opravdu smazat položku?\');"/></a>';
    509     if(($Table != '') and (array_key_exists($Table, $this->System->FormManager->Classes))) $FormClass = $this->System->FormManager->Classes[$Table];
     509    if(($Table != '') and (array_key_exists($Table, $this->System->FormManager->Classes)))
     510      $FormClass = $this->System->FormManager->Classes[$Table];
    510511      else return($this->SystemMessage('Chyba', 'Tabulka '.$Table.' nenalezena'));
    511512    if(array_key_exists('ItemActions', $FormClass))
Note: See TracChangeset for help on using the changeset viewer.