Changeset 661 for trunk/Application/FormClasses.php
- Timestamp:
- May 31, 2014, 1:07:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r657 r661 80 80 'Table' => 'FinanceYear', 81 81 'DefaultSortColumn' => 'Year', 82 'DefaultSortOrder' => 1, 82 83 'Items' => array( 83 84 'Year' => array('Type' => 'Integer', 'Caption' => 'Rok', 'Default' => ''), … … 95 96 'DefaultSortColumn' => 'Id', 96 97 'Items' => array( 97 'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '', 98 'Id' => array('Type' => 'TFinanceYear', 'Caption' => 'Rok', 'Default' => '', 98 99 'ReadOnly' => true), 99 100 'Income' => array('Type' => 'Integer', 'Caption' => 'Příjmy', 'Default' => '0', 'Suffix' => 'Kč', 'ReadOnly' => true,
Note:
See TracChangeset
for help on using the changeset viewer.