Changeset 846 for trunk/Modules/Translation/Translation.php
- Timestamp:
- Jan 15, 2016, 10:24:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Translation.php
r843 r846 19 19 $this->License = 'GNU/GPL'; 20 20 $this->Description = 'Translation of text items and groups from original language to other languages.'; 21 $this->Dependencies = array('News' );21 $this->Dependencies = array('News', 'Search'); 22 22 } 23 23 … … 49 49 'Icon' => '', 50 50 )); 51 /* 51 52 if(array_key_exists('Search', $this->System->ModuleManager->Modules)) 52 53 { … … 62 63 63 64 $this->System->ModuleManager->Modules['Search']->RegisterSearch('group'.$Group['Id'], 64 sprintf(T('Translation group "%s"'), $Group['Name']), $Columns, '`'.$Table.'`', $this->System->Link('/TranslationList.php?group='. 65 $Group['Id'].'&user=0&state=0&entry=&text=')); 65 sprintf(T('Translation group "%s"'), $Group['Name']), $Columns, '`'.$Table.'`', 66 $this->System->Link('/TranslationList.php?group='. 67 $Group['Id'].'&user=0&state=0&entry=&text=')); 66 68 } 67 69 } 70 */ 68 71 } 69 72
Note:
See TracChangeset
for help on using the changeset viewer.