%PDF- %PDF-
Direktori : /home/ugotscom/public_html/dg/application/modules/performance/views/ |
Current File : /home/ugotscom/public_html/dg/application/modules/performance/views/edit.php |
<div class="content-wrapper"> <section class="content-header"> <h1>Dashboard</h1> </section> <section class="content"> <div class="container"> <div class="row"> <form action="<?php echo site_url('emp/update/3');?>" method="post"> <div class="form-group"> <label for="lead_id">user_id:</label> <input name="lead_id" type="hidden" id="lead_id" value="<?=$customer['lead_id']?>"valuclass="form-control" placeholder="lead_id"> <div class="form-group"> <label for="product_name">product_name:</label> <input name="product_name" type="text" id="product_name" value="<?=$customer['product_name']?>" class="form-control" placeholder="product_name"> </div> <div class="form-group"> <label for="price">product_price:</label> <input name="price" type="text" id="price" value="<?=$customer['product_price']?>" class="form-control" placeholder="price"> </div> <div class="form-group"> <label for="category">category:</label> <input name="category" type="text" id="category" value="<?=$customer['product_category_id']?>" class="form-control" placeholder="category"> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div> </div> </section>