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/Import.php

    r519 r521  
    11<?php
    22
    3 include_once('../Common/Global.php');
    4 
    5 class FinanceImportPayment extends Page
     3class PageFinanceImportPayment extends Page
    64{
    75  var $FullTitle = 'Import plateb';
    86  var $ShortTitle = 'Import plateb';
     7  var $ParentClass = 'PageFinance';
    98
    109  function Show()
     
    146145}
    147146
    148 $System->AddModule(new FinanceImportPayment());
    149 $System->Modules['FinanceImportPayment']->GetOutput();
    150 
    151147?>
Note: See TracChangeset for help on using the changeset viewer.