Changeset 430 for trunk/index.php


Ignore:
Timestamp:
Oct 11, 2012, 7:16:33 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Správci sítě mají dostupný z hlavní stránky po přihlášení odkaz na Správu dat.
  • Opraveno: Zobrazení vazeb 1:n a akcí v seznamech.
  • Přidáno: Zobrazení formulářů ve správě dat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r427 r430  
    8787    if($this->System->Modules['User']->CheckPermission('Network', 'Administration'))
    8888      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/administration.php">Správa sítě</a><br />';
     89    if($this->System->Modules['User']->CheckPermission('IS', 'Manage'))
     90      $Output .= '<a href="'.$this->System->Link('/is/').'">Správa dat</a><br />';
    8991    return($Output);
    9092  }
Note: See TracChangeset for help on using the changeset viewer.