Changeset 646 for trunk/Modules/IS/IS.php
- Timestamp:
- Mar 25, 2014, 12:35:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/IS/IS.php
r639 r646 494 494 '<a href="?a=delete&t='.$Table.'&i=#RowId"><img alt="Smazat" title="Smazat" src="'. 495 495 $this->System->Link('/images/delete.png').'" onclick="return confirmAction(\'Opravdu smazat položku?\');"/></a>'; 496 if( $Table != '') $FormClass = $this->System->FormManager->Classes[$Table];497 else return($this->SystemMessage('Chyba', 'Tabulka nenalezena'));496 if(($Table != '') and (array_key_exists($Table, $this->System->FormManager->Classes))) $FormClass = $this->System->FormManager->Classes[$Table]; 497 else return($this->SystemMessage('Chyba', 'Tabulka '.$Table.' nenalezena')); 498 498 if(array_key_exists('ItemActions', $FormClass)) 499 499 {
Note:
See TracChangeset
for help on using the changeset viewer.