Ignore:
Timestamp:
Jan 12, 2016, 10:55:07 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Admin section transformed to application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Translation.php

    r838 r842  
    3535      'Channel' => 'translation', 'Callback' => array($this, 'ShowRSS'), 'Permission' => LICENCE_ANONYMOUS));
    3636    $this->System->RegisterMenuItem(array(
    37         'Title' => T('Completion status'),
    38         'Hint' => 'Stav dokončení překládů',
    39         'Link' => $this->System->Link('/progress/'),
    40         'Permission' => LICENCE_ANONYMOUS,
    41         'Icon' => '',
     37      'Title' => T('Completion status'),
     38      'Hint' => 'Stav dokončení překládů',
     39      'Link' => $this->System->Link('/progress/'),
     40      'Permission' => LICENCE_ANONYMOUS,
     41      'Icon' => '',
    4242    ), 1);
     43    $this->System->RegisterMenuItem(array(
     44      'Title' => T('Data source'),
     45      'Hint' => 'Informace o překladových skupinách',
     46      'Link' => $this->System->Link('/TranslationList.php?action=grouplist'),
     47      'Permission' => LICENCE_ANONYMOUS,
     48      'Icon' => '',
     49    ));
    4350    if(array_key_exists('Search', $this->System->ModuleManager->Modules))
    4451    {
Note: See TracChangeset for help on using the changeset viewer.