Ignore:
Timestamp:
Apr 14, 2013, 9:04:17 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Finance přepracovány na aplikační modul. Upraveny URL adresy stránek.
  • Přidáno: Slučování registrovaných stránek do stromu stránek. Registgrovat lze nyní také pomocí cesty jako pole adresářů URL.
File:
1 copied

Legend:

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

    r519 r521  
    11<?php
    2 include_once('../Common/Global.php');
    32
    4 class FinanceUserList extends Page
     3class PageFinanceCustomers extends Page
    54{
    6   var $FullTitle = 'Seznam účastníků sítě';
    7   var $ShortTitle = 'Seznam účastníků';
     5  var $FullTitle = 'Seznam zákazníků sítě';
     6  var $ShortTitle = 'Zákazníci';
     7  var $ParentClass = 'PageFinance';
    88
    99  function Show()
     
    7979}
    8080
    81 $System->AddModule(new FinanceUserList());
    82 $System->Modules['FinanceUserList']->GetOutput();
    83 
    8481?>
Note: See TracChangeset for help on using the changeset viewer.