Changeset 833 for trunk/Modules/Map/Map.php
- Timestamp:
- Jul 3, 2016, 1:41:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Map/Map.php
r796 r833 13 13 function Show() 14 14 { 15 if(!$this->System->User->CheckPermission('Map', 'Show')) 16 return('Nemáte oprávnění'); 17 15 18 if(count($this->System->PathItems) > 1) 16 19 { … … 224 227 array('Caption' => 'Ukázat na mapě', 'URL' => '/map/show-position?i=#RowId'), 225 228 ), 229 'Actions' => array( 230 array('Caption' => 'Ukázat mapu', 'URL' => '/map/'), 231 ), 226 232 )); 227 233 $this->System->FormManager->RegisterFormType('TMapPosition', array(
Note:
See TracChangeset
for help on using the changeset viewer.