Changeset 978 for trunk/Modules/Map/Map.php
- Timestamp:
- Jul 6, 2025, 8:50:37 PM (9 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Map/Map.php
r912 r978 249 249 $Output = parent::OnEdit($Item); 250 250 if ($this->FormManager->ShowRelation) 251 $Output .= '<img src="'.$this->FormManager->Root .'/images/select.png" alf="Vybrat" language="javascript" '.252 'onclick="return popupwindow("'.$this->FormManager->Root .'/is/?a=mapselect&r='.251 $Output .= '<img src="'.$this->FormManager->RootURL.'/images/select.png" alf="Vybrat" language="javascript" '. 252 'onclick="return popupwindow("'.$this->FormManager->RootURL.'/is/?a=mapselect&r='. 253 253 $Item['Name'].'","test");" style="cursor:hand;cursor:pointer"/>'; 254 254 return $Output;
Note:
See TracChangeset
for help on using the changeset viewer.