Changeset 623 for trunk/Modules
- Timestamp:
- Dec 29, 2013, 7:42:26 PM (11 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r620 r623 54 54 while($DbRow2 = $DbResult2->fetch_assoc()) 55 55 { 56 $LowFrequency = $DbRow['Frequency'] - $DbRow2['ChannelWidth'] / 2 +$DbRow2['ChannelWidthLower'];56 $LowFrequency = $DbRow['Frequency'] - $DbRow2['ChannelWidth'] / 2 - $DbRow2['ChannelWidthLower']; 57 57 $HighFrequency = $DbRow['Frequency'] + $DbRow2['ChannelWidth'] / 2 + $DbRow2['ChannelWidthUpper']; 58 58 $Output .= '<tr><td>'.$DbRow2['SSID'].'</td>'; … … 302 302 'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''), 303 303 ), 304 'Actions' => array( 305 array('Caption' => 'Frekvenční plán', 'URL' => '/network/frequency-plan/'), 306 ), 304 307 )); 305 308 } -
trunk/Modules/System/System.php
r588 r623 199 199 'Table' => 'ActionIcon', 200 200 'Items' => array( 201 'Name' => array('Type' => ' String', 'Caption' => 'Název souboru', 'Default' => ''),201 'Name' => array('Type' => 'Image', 'Caption' => 'Název souboru', 'Default' => ''), 202 202 'Items' => array('Type' => 'TActionListIcon', 'Caption' => 'Položky', 'Default' => ''), 203 203 ),
Note:
See TracChangeset
for help on using the changeset viewer.