Changeset 5700 for modules

Show
Ignore:
Timestamp:
02/10/08 18:38:04 (5 years ago)
Author:
p_lindheimer
Message:

#2424 html fix on checkbox to work with IE7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/ivr/page.ivr.php

    r5658 r5700  
    290290  <tr> <td style="text-align:right;"> 
    291291 
    292     <small><a href="#" class="info"><?php echo _("Return to IVR")?><span><?php echo _("Check this box to have this option return to a parent IVR if it was called from a parent IVR. If not, it will go to the chosen destination.<br><br>The return path will be to any IVR that was in the call path prior to this IVR which could lead to strange results if there was an IVR called in the call path but not immediately before this")?></span></a></small><input type="checkbox" name="ivr_ret<?php echo $count ?>" "<?php echo $ivr_ret?'CHECKED':''; ?>"<br><br /> 
     292  <small><a href="#" class="info"><?php echo _("Return to IVR")?><span><?php echo _("Check this box to have this option return to a parent IVR if it was called from a parent IVR. If not, it will go to the chosen destination.<br><br>The return path will be to any IVR that was in the call path prior to this IVR which could lead to strange results if there was an IVR called in the call path but not immediately before this")?></span></a></small> 
     293  <input type="checkbox" name="ivr_ret<?php echo $count ?>" value="ivr_ret" <?php echo $ivr_ret?'CHECKED':''; ?>><br><br /> 
    293294    <input size="2" type="text" name="option<?php echo $count ?>" value="<?php echo $sel ?>"><br /> 
    294295<?php if (strlen($sel)) {  ?>