Changeset 501 for trunk/form_classes.php
- Timestamp:
- Mar 10, 2013, 8:15:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r500 r501 16 16 */ 17 17 18 $FormClasses = array( 18 function RegisterFormClasses($FormManager) 19 { 20 $FormManager->Classes = array( 19 21 'ImportBankFile' => array( 20 22 'Title' => 'Import souborů s platbami', … … 841 843 ); 842 844 843 $Form Types = array(845 $FormManager->FormTypes = array( 844 846 'TServiceCategory' => array( 845 847 'Type' => 'Reference', … … 1285 1287 ), 1286 1288 ); 1287 1289 } 1288 1290 1289 1291 ?>
Note:
See TracChangeset
for help on using the changeset viewer.