Changeset 843 for trunk/Modules/Translation/LoadNames.php
- Timestamp:
- Jan 14, 2016, 10:25:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/LoadNames.php
r816 r843 15 15 } else { 16 16 $Text = str_replace(' '.$orig,' <span Title="Přelož jako: '.$tran_replace. 17 '" class="edit"><a class="edit" target="_NEW2" href="'.$this->System->Link('/ dictionary/?search='.$tran).'">'.$orig_replace.'</a></span>',$Text);17 '" class="edit"><a class="edit" target="_NEW2" href="'.$this->System->Link('/'.T('dictionary', 'URL').'/?search='.$tran).'">'.$orig_replace.'</a></span>',$Text); 18 18 } 19 19 // }
Note:
See TracChangeset
for help on using the changeset viewer.