Ejemplo n.º 1
0
  
                                </label>
                        </div>
                    </div>
                    
                    <div class="spacer-t40 spacer-b40">
                    	   <div class="tagline"><span>::Add Ship Type </span></div><!-- .tagline -->
                        </div>
                        
                    <div class="colm colm6">
                        <div class="section">
                            <label for="ShipType" class="field-label">Ship Type</label>
                            <label for="ShipType" class="field select">
                               <select name="ShipType" id="ShipType" onchange="if(this.value){$('#OrderLineShipType').val(this.value);}">
                                   <?php 
renderShipType('option');
?>
                               </select>
                               <i class="arrow"></i>
                            </label>
                        </div>
                    </div>                      
                    
                    <div class="spacer-t40 spacer-b40">
                    	<div class="tagline"><span>::Add Line Item details </span></div><!-- .tagline -->
                    </div>
                    
                    <div class="frm-row">
                                            
                        <div class="colm colm6">
                        
?oid=<?php 
echo $_REQUEST['oid'];
?>
&user=caap" method="POST" id="updateOrderForm">
                    <div class="spacer-t40 spacer-b40">
                	   <div class="tagline"><span>::Add Ship Type </span></div><!-- .tagline -->
                    </div>
                    
                    <div class="frm-row">
                        <div class="colm colm6">
                            
                                <label for="ShipType" class="field-label">Ship Type</label>
                                <label for="ShipType" class="field select">
                                   <select name="ShipType" id="ShipType">
                                       <?php 
renderShipType('option', isset($result_LI['ShipType']) && $result_LI['ShipType'] != "" ? $result_LI['ShipType'] : '');
?>
                                   </select>
                                   <i class="arrow"></i>
                                </label>
                        </div>
                        
                        <div class="colm colm6">
                            <label for="ShipType" class="field-label" style="color: #FFF;">Ship Type</label>
                                <input type="submit" name="updateOrder" id="updateOrder" class="button btn-primary" value="Update Order" title="Update Order">
                            
                        </div>
                    </div>
                </form>
                                                                            
            </div><!-- end .form-body section -->