Changeset 596 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Nov 22, 2013, 11:34:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r593 r596 67 67 $Output .= '<tr><td>'.$Line[2].'</td>'; 68 68 if ($Line[3] <> '') $Output .= '<td><a target="_NEW2" href="'.$this->System->Link('/form.php?group='.$Line[1].'&ID='.$Line[0]).'">'.$Line[3].'</a></td></tr>'; 69 else $Output .= '<td><a target="_NEW2" href="'.$this->System->Link(' form.php?group='.$Line[1].'&ID='.$Line[0]).'">Překládat</a></td></tr>';69 else $Output .= '<td><a target="_NEW2" href="'.$this->System->Link('/form.php?group='.$Line[1].'&ID='.$Line[0]).'">Překládat</a></td></tr>'; 70 70 } 71 71 } else
Note:
See TracChangeset
for help on using the changeset viewer.