示例#1
0
     <td align="left">
         <select class="textfield" name="country" id="country">
             <?php echo all_countries();?>
         </select>
 </td></tr>
 <tr>
     <td align="right"><span class="required">*</span> Phone:</td>
     <td align="left">
     <input type="text" style="width:55px" value="" name="prefix" id="prefix" maxlength="10" class="textfield" readonly >
     <input type="text" style="width:119px" value="" name="phone" id="phone" maxlength="45" class="textfield"></td>
 </tr>
 <tr>
     <td align="right">Timezone:</td>
     <td align="left">
         <select class="textfield" name="timezone" id="timezone">
             <?php echo all_timezones();?>                       
         </select>
 </td></tr>
 
 <tr>
     <td align="right"><span class="required">*</span> Rate Group:</td>
     <td align="left">
         <select id="group" name="group" class="textfield">
             <?php echo show_group_select_box_valid_invalid_reseller();?>
         </select>
     </td>
 </tr>
 
 <tr>
     <td align="right">&nbsp;</td>
     <td align="left"><input type="checkbox" id="cdr_check" value="1" name="cdr_check">&nbsp;Attach CDR With Email</td>
示例#2
0
 </tr>
 <tr>
   <td align="right"><span class="required">*</span> Country:</td>
   <td align="left"><select class="textfield" name="country" id="country">
       <?php echo all_countries($row->customer_country);?>
     </select></td>
 </tr>
 <tr>
   <td align="right"><span class="required">*</span> Phone:</td>
   <td align="left"><input type="text" style="width:55px" value="<?php echo $row->customer_phone_prefix;?>" name="prefix" id="prefix" maxlength="10" class="textfield" readonly >
     <input name="phone" type="text" class="textfield numeric" id="phone" style="width:119px" value="<?php echo $row->customer_phone;?>" maxlength="41"></td>
 </tr>
 <tr>
   <td align="right">Timezone:</td>
   <td align="left"><select class="textfield" name="timezone" id="timezone">
       <?php echo all_timezones($row->customer_timezone);?>
     </select></td>
 </tr>
 <tr>
   <td align="right"><span class="required">*</span> Rate Group:</td>
   <td align="left"><select id="group" name="group" class="textfield">
       <?php echo show_group_select_box_valid_invalid($row->customer_rate_group);?>
     </select></td>
 </tr>
 <tr>
   <td align="right">&nbsp;</td>
   <td align="left"><input type="checkbox" id="rate_limit_check" value="1" name="rate_limit_check" <?php if($row->rate_limit_check == '1'){ echo 'checked="checked"'; }?>>
     &nbsp;Apply rate limits</td>
 </tr>
 <tr id="customer_limits_check" style="display:none">
   <td align="center" colspan="2"><table cellspacing="3" cellpadding="2" border="0" width="100%" class="search_col">