Ignore:
Timestamp:
Jul 21, 2014, 9:17:56 PM (10 years ago)
Author:
chronos
Message:
  • Upraveno: Přehlednější barevné zobrazování online/offline stavu dostupnost.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/FormClasses.php

    r661 r673  
    209209    'States' => array('Nízká', 'Střední', 'Vysoká'),
    210210  ),
     211  'TOnlineState' => array(
     212    'Type' => 'Enumeration',
     213    'States' => array('<span style="color:red;">Nedostupný</span>', '<span style="color:green;">Dostupný</span>'),
     214  ),
    211215  'TNetworkConfigurationState' => array(
    212216    'Type' => 'Enumeration',
Note: See TracChangeset for help on using the changeset viewer.