--- themes/Default/settings_channels.php.org	2005-10-17 16:11:51.000000000 +0200
+++ themes/Default/settings_channels.php	2005-10-17 16:11:56.000000000 +0200
@@ -40,6 +40,7 @@
     <td width="5%"><?php  echo t('recpriority')  ?></td>
     <td width="5%"><?php  echo t('commfree')     ?></td>
     <td width="5%"><?php  echo t('visible')      ?></td>
+    <td width="5%"><?php  echo t('useonairguide')      ?></td>
 </tr><?php
         foreach ($Channels as $channel) {
 ?><tr class="settings" align="center">
@@ -58,6 +59,7 @@
     <td><input type="text" size="2" name="recpriority_<?php echo $channel['chanid']?>" id="recpriority_<?php echo $channel['chanid']?>" value="<?php echo htmlentities($channel['recpriority'])?>"></td>
     <td><input type="checkbox" name="commfree_<?php echo $channel['chanid']?>" <?php if (htmlentities($channel['commfree'])) echo "CHECKED" ?> ></td>
     <td><input type="checkbox" name="visible_<?php echo $channel['chanid']?>" <?php if (htmlentities($channel['visible'])) echo "CHECKED" ?> ></td>
+    <td><input type="checkbox" name="useonairguide_<?php echo $channel['chanid']?>" <?php if (htmlentities($channel['useonairguide'])) echo "CHECKED" ?> ></td>
 </tr><?php
         }
 ?>
