Changeset 978 for trunk/Common/Form
- Timestamp:
- Jul 6, 2025, 8:50:37 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/OneToMany.php
r887 r978 46 46 $URL = str_replace('&', '&', '&'.http_build_query($Preset)); 47 47 } 48 $Output .= '<img src="'.$this->FormManager->Root .'/images/add.png" alf="Přidat" language="javascript" '.49 'onclick="return popupwindow("'.$this->FormManager->Root .'/is/?a=addsub&t='.$Table.'&r='.$Item['Name'].'&rt='.$Item['Type'].$URL.'","test");" style="cursor:hand;cursor:pointer"/>';50 $Output .= '<img src="'.$this->FormManager->Root .'/images/select.png" alf="Vybrat" language="javascript" '.51 'onclick="return popupwindow("'.$this->FormManager->Root .'/is/?a=select&t='.$Table.'&r='.$Item['Name'].'","test");" style="cursor:hand;cursor:pointer"/>';48 $Output .= '<img src="'.$this->FormManager->RootURL.'/images/add.png" alf="Přidat" language="javascript" '. 49 'onclick="return popupwindow("'.$this->FormManager->RootURL.'/is/?a=addsub&t='.$Table.'&r='.$Item['Name'].'&rt='.$Item['Type'].$URL.'","test");" style="cursor:hand;cursor:pointer"/>'; 50 $Output .= '<img src="'.$this->FormManager->RootURL.'/images/select.png" alf="Vybrat" language="javascript" '. 51 'onclick="return popupwindow("'.$this->FormManager->RootURL.'/is/?a=select&t='.$Table.'&r='.$Item['Name'].'","test");" style="cursor:hand;cursor:pointer"/>'; 52 52 } 53 53 return $Output;
Note:
See TracChangeset
for help on using the changeset viewer.