- Timestamp:
- 05/22/10 11:17:35 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/iaxsettings/page.iaxsettings.php
r8792 r9666 247 247 </td> 248 248 <td width="25%"> 249 <input id="bandwidth-unset" type="radio" name="bandwidth" value=" " tabindex="<?php echo ++$tabindex;?>"<?php echo $bandwidth=="unset"?"checked=\"unset\"":""?>/>249 <input id="bandwidth-unset" type="radio" name="bandwidth" value="unset" tabindex="<?php echo ++$tabindex;?>"<?php echo $bandwidth=="unset"?"checked=\"unset\"":""?>/> 250 250 <label for="bandwidth-unset"><?php echo _("unset") ?></label> 251 251 </td>
