Exemplo n.º 1
0
 </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">
       <tbody>
         <tr>
           <td width="202" align="right"><span class="required">*</span> Low Rate limit:</td>
           <td width="255" align="left"><input name="customer_low_rate_limit" type="text" class="textfield numeric" id="customer_low_rate_limit" value="<?php echo $row->customer_low_rate_limit;?>" maxlength="10"></td>
         </tr>
         <tr>
Exemplo n.º 2
0
 </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 name="phone" type="text" class="textfield numeric" id="phone" style="width:119px" maxlength="41"></td>
 </tr>
 <tr>
   <td align="right">Timezone:</td>
   <td align="left"><select onmouseover="return overlib('<?php echo $this->lang->line('add_customer_view_timezone');?>', HAUTO, VAUTO)" onmouseout="return nd()" class="textfield" name="timezone" id="timezone">
       <?php echo all_timezones();?>
     </select></td>
 </tr>
 <tr>
   <td align="right"><span class="required">*</span> Rate Rate Group:</td>
   <td align="left"><select onmouseover="return overlib('<?php echo $this->lang->line('add_customer_view_rate_group');?>', HAUTO, VAUTO)" onmouseout="return nd()" id="group" name="group" class="textfield">
       <?php echo show_group_select_box_valid_invalid();?>
     </select></td>
 </tr>
 <tr>
   <td align="right">&nbsp;</td>
   <td align="left" onmouseover="return overlib('<?php echo $this->lang->line('add_customer_view_attach_cdr_with_email');?>', HAUTO, VAUTO)" onmouseout="return nd()"><input type="checkbox" id="cdr_check" value="1" name="cdr_check">
     &nbsp;Attach CDR With Email</td>
 </tr>
 <tr>
   <td align="right">&nbsp;</td>
   <td align="left" onmouseover="return overlib('<?php echo $this->lang->line('add_customer_view_billing_same_as_email');?>', HAUTO, VAUTO)" onmouseout="return nd()" ><input type="checkbox" id="same_check" value="1" name="same_check">
     &nbsp;Billing email same as contact email</td>
 </tr>
 <tr id="cdr_tr">
   <td align="center" colspan="2"><table cellspacing="3" cellpadding="2" border="0" width="100%" class="search_col">
       <tbody>