put units in brackets
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 26 May 2008 15:12:23 +0000 (17:12 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Mon, 26 May 2008 15:12:23 +0000 (17:12 +0200)
web/Regulatory.py

index e315986..2780724 100644 (file)
@@ -40,26 +40,26 @@ def _country(macro, countries, code):
     result.extend([
         f.table_row(1),
           f.table_cell(1), f.strong(1),
-            f.text('Band (MHz)'),
+            f.text('Band [MHz]'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
-            f.text('Max BW (MHz)'),
+            f.text('Max BW [MHz]'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
             f.text('Flags'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
-            f.text('Max antenna gain (dBi)'),
+            f.text('Max antenna gain [dBi]'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
-            f.text('Max IR (dBm'),
+            f.text('Max IR [dBm'),
             f.hardspace,
-            f.text('(mW))'),
+            f.text('(mW)]'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
-            f.text('Max EIRP (dBm'),
+            f.text('Max EIRP [dBm'),
             f.hardspace,
-            f.text('(mW))'),
+            f.text('(mW)]'),
           f.strong(0), f.table_cell(0),
         f.table_row(0),
     ])