Changeset 6681

Show
Ignore:
Timestamp:
09/10/08 09:06:01 (5 years ago)
Author:
sasargen
Message:

ARI: add value='yes' to checkbox tags

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/settings.module

    r6421 r6681  
    476476          <td></td> 
    477477          <td> 
    478           <input " . $$var_enable . " " . $$var_text_box_options . " type=checkbox name='" . $var . "'
     478          <input " . $$var_enable . " " . $$var_text_box_options . " type=checkbox name='" . $var . "' value='yes'
    479479          <small>" . $var_text . "</small> 
    480480          </td>