Changeset 654
- Timestamp:
- May 10, 2014, 12:46:53 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/IS/IS.php
r647 r654 309 309 if($Table != '') $FormClass = $this->System->FormManager->Classes[$Table]; 310 310 else return($this->SystemMessage('Chyba', 'Tabulka nenalezena')); 311 311 312 312 if(array_key_exists('SQL', $FormClass)) 313 313 $SourceTable = '('.$FormClass['SQL'].') AS `TX`'; … … 560 560 if($MenuItem['URL'] != '') 561 561 { 562 $Icon = 'Device.png'; 562 563 if(substr($MenuItem['URL'], 0, 4) != 'http') $MenuItem['URL'] = $this->System->Link($MenuItem['URL']); 563 564 $LinkTitle = MakeLink($MenuItem['URL'], $LinkTitle); 564 } 565 } else $Icon = 'Folder.png'; 565 566 if($MenuItem['IconName'] != '') $Image = '<img src="'.$this->System->Link('/images/favicons/'.$MenuItem['IconName']).'"/> '; 566 else $Image = '<img src="'.$this->System->Link('/images/favicons/ blank.png').'"/> ';567 else $Image = '<img src="'.$this->System->Link('/images/favicons/'.$Icon).'"/> '; 567 568 //if($this->System->User->CheckPermission($this->TableToModule($Table), 'Write') or !defined('NEW_PERMISSION')) 568 569 $Output .= '<li>'.$Image.$LinkTitle.'</li>';
Note:
See TracChangeset
for help on using the changeset viewer.