Changeset 600 for trunk/Modules


Ignore:
Timestamp:
Dec 7, 2013, 1:30:28 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazení aktualit u skupin aktualit.
Location:
trunk/Modules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/FinanceBankAPI.php

    r586 r600  
    4949        'ConstantSymbol' => array('Type' => 'String', 'Caption' => 'Konstantní symbol', 'Default' => ''),
    5050        'SpecificSymbol' => array('Type' => 'String', 'Caption' => 'Specifický symbol', 'Default' => ''),
    51         'Value' => array('Type' => 'Float', 'Caption' => 'Částka', 'Default' => ''),
     51        'Value' => array('Type' => 'Float', 'Caption' => 'Částka', 'Default' => '', 'Suffix' => 'Kč'),
    5252        'Currency' => array('Type' => 'TCurrency', 'Caption' => 'Měna', 'Default' => ''),
    5353        'Description' => array('Type' => 'String', 'Caption' => 'Popis operace', 'Default' => ''),
  • trunk/Modules/News/News.php

    r586 r600  
    3838    $this->System->RegisterPage('aktuality', 'PageNews');
    3939    $this->System->FormManager->RegisterClass('News', array(
    40       'Title' => 'Nová aktualita',
     40      'Title' => 'Aktualita',
    4141      'Table' => 'News',
    4242      'Items' => array(
     
    6161        'Sequence' => array('Type' => 'Integer', 'Caption' => 'Pořadí', 'Default' => ''),
    6262        'Group' => array('Type' => 'Integer', 'Caption' => 'Skupina', 'Default' => ''),
     63        'News' => array('Type' => 'TNewsList', 'Caption' => 'Aktuality', 'Default' => ''),
    6364      ),
    6465    ));
Note: See TracChangeset for help on using the changeset viewer.