Beispiel #1
0
                                                <p>
                                                    <label>Produktnamn:</label>
                                                    <br />
                                                    <input name="product_name" type="text" class="required text small" id="product_name" value="<?php 
echo $edit_data['product_name'];
?>
" />
                                                    <span class="note error"></span>
                                                </p>
				          	<p>                      
					            <label>Underkategori:</label>			
					            <br />
					            <span id="sub_cat">			
						            <select class="styled" name="cat_id" id="cat_id">
										<?php 
echo create_ddl_category($categories, 'cat_id', 'cat_name', $edit_data['cat_id']);
?>
									</select>
								</span>			
					            <span class="note error"></span>
					        </p>
							<!-- <p> 
								<label> Quantity: </label>
								<br />
								<input name="product_quantity" type="text"  class="text small" id="product_quantity" value="<?php 
echo $edit_data['product_quantity'];
?>
" />
								<span class="note error"></span>
							</p> -->
							<p>
Beispiel #2
0
							<form method="post" id="form1" name="form1" action="">
								<p>
									<label> Produktnamn :</label>
									<br />
									<input name="product_name" type="text" class="validate[required] text small" id="product_name" />
									<span class="note error"></span>
								</p>
								
								<p id="sub_cat_div">
									<label>Underkategori:</label>
									<br />
									<span id="sub_cat">
										<select class="styled" name="cat_id" class="cat_id" id="cat_id">
                                                                                    <option value="">Välj kategori</option>
					<?php 
echo create_ddl_category($categories, 'cat_id', 'cat_name');
?>
                                                                                 
										</select> </span>
									<span class="note error"></span>
								</p>
								<p>
									<label>Pris: </label>
									<br />
									<input name="product_price" type="text" class="validate[required] text small" id="product_price" />
									<span class="note error"></span>
								</p>
                                                            <div id="filter_fields_container">
                                        
                                                            </div>
								<p>