Ignore:
Timestamp:
Jan 17, 2012, 1:00:26 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Správa uživatelů je nyní přetvořena na modul modulárního systému.
  • Upraveno: Hlavní objekt System je nyní odvozen z třídy ModularSystem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/index.php

    r294 r343  
    1515    $Output .= '<a href="tarify.php">Tarify</a><br />';
    1616    $Output .= '<a href="zarizeni.php">Výpis zařízení</a><br />';
    17     if($this->System->Modules['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />';
     17    if($this->System->Models['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />';
    1818    $Output .= '<a href="spotreba.php">Spotřeba energie</a><br />';
    1919    $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/index.php?category=9">Investice v síti</a><br />';
Note: See TracChangeset for help on using the changeset viewer.