Changeset 893 for trunk/Modules/Translation/Comparison.php
- Timestamp:
- Mar 6, 2023, 1:48:45 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Comparison.php
r888 r893 40 40 function Show(): string 41 41 { 42 $User = ModuleUser::Cast($this->System->GetModule('User'))->User; 42 43 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 43 44 44 45 $Output = ''; 45 46 46 if ($ this->System->User->Licence(LICENCE_USER))47 if ($User->Licence(LICENCE_USER)) 47 48 { 48 49 $Output = 'Text je porovnáván vždy ku předešlému (vlevo). Změny jsou zvýrazněny <span class="edit">barvou.</span><br /><br />';
Note:
See TracChangeset
for help on using the changeset viewer.