Changeset 9666

Show
Ignore:
Timestamp:
05/22/10 11:17:35 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4216 set value in radio button to 'unset' not

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/iaxsettings/page.iaxsettings.php

    r8792 r9666  
    247247          </td> 
    248248          <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\"":""?>/> 
    250250            <label for="bandwidth-unset"><?php echo _("unset") ?></label> 
    251251          </td>