Changeset 673 for trunk/Application
- Timestamp:
- Jul 21, 2014, 9:17:56 PM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r661 r673 209 209 'States' => array('Nízká', 'Střední', 'Vysoká'), 210 210 ), 211 'TOnlineState' => array( 212 'Type' => 'Enumeration', 213 'States' => array('<span style="color:red;">Nedostupný</span>', '<span style="color:green;">Dostupný</span>'), 214 ), 211 215 'TNetworkConfigurationState' => array( 212 216 'Type' => 'Enumeration', -
trunk/Application/Version.php
r671 r673 1 1 <?php 2 2 3 $Revision = 67 1; // Subversion revision3 $Revision = 673; // Subversion revision 4 4 $DatabaseRevision = 671; // SQL structure revision 5 5 $ReleaseTime = strtotime('2014-07-19');
Note:
See TracChangeset
for help on using the changeset viewer.