Changeset 521 for trunk/Modules/Finance/Customers.php
- Timestamp:
- Apr 14, 2013, 9:04:17 PM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Customers.php
r519 r521 1 1 <?php 2 include_once('../Common/Global.php');3 2 4 class FinanceUserListextends Page3 class PageFinanceCustomers extends Page 5 4 { 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'; 8 8 9 9 function Show() … … 79 79 } 80 80 81 $System->AddModule(new FinanceUserList());82 $System->Modules['FinanceUserList']->GetOutput();83 84 81 ?>
Note:
See TracChangeset
for help on using the changeset viewer.