Ignore:
Timestamp:
Jan 19, 2012, 7:55:45 AM (13 years ago)
Author:
chronos
Message:
  • Opraveno: Navigační odkazy v modulu Finance, Network a FrontPage.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/FinanceOverview.php

    r365 r366  
    11<?php
    2 include_once('../global.php');
    32
    43class FinanceOverview extends Page
     
    1211    $Output = '<table><tr><td valign="top">';
    1312   
    14     $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />';
    15     $Output .= '<a href="tarify.php">Tarify</a><br />';
    16     $Output .= '<a href="zarizeni.php">Výpis zařízení</a><br />';
    17     if($this->System->Models['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />';
    18     $Output .= '<a href="spotreba.php">Spotřeba energie</a><br />';
    19     $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/index.php?category=9">Investice v síti</a><br />';
     13    $Output .= '<a href="mesicni-prehled/">Měsíční přehledy</a><br />';
     14    $Output .= '<a href="tarify/">Tarify</a><br />';
     15    $Output .= '<a href="zarizeni/">Výpis zařízení</a><br />';
     16    if($this->System->Models['User']->CheckPermission('Finance', 'SubjectList'))
     17      $Output .= '<a href="clenove/">Seznam členů</a><br />';
     18    $Output .= '<a href="spotreba/">Spotřeba energie</a><br />';
     19    $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/?category=9">Investice v síti</a><br />';
    2020    //$Output .= '<a href="faktury/">Faktury za internet</a><br />';
    2121    //$Output .= '<a href="inventory.php">Výpis skladových zásob</a><br />';
     
    9797}
    9898
    99 $System->AddModule(new FinanceOverview());
    100 $System->Modules['FinanceOverview']->GetOutput();
    101 
    10299?>
Note: See TracChangeset for help on using the changeset viewer.