Changeset 661 for trunk/Modules/IS/IS.php
- Timestamp:
- May 31, 2014, 1:07:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/IS/IS.php
r660 r661 507 507 '<a href="?a=delete&t='.$Table.'&i=#RowId"><img alt="Smazat" title="Smazat" src="'. 508 508 $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]; 510 511 else return($this->SystemMessage('Chyba', 'Tabulka '.$Table.' nenalezena')); 511 512 if(array_key_exists('ItemActions', $FormClass))
Note:
See TracChangeset
for help on using the changeset viewer.