code without upload attachments
This commit is contained in:
parent
7bc5148523
commit
1dbce9f443
@ -524,6 +524,7 @@ function onlyAlphabets(evt) {
|
|||||||
<input type="text" id="addinfo" name="addinfo" placeholder="Additional Information" class="form-control">
|
<input type="text" id="addinfo" name="addinfo" placeholder="Additional Information" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1>
|
<h1>
|
||||||
<center> ADD SUPPLIER </center>
|
<center> ADD NEW SUPPLIER DETAILS</center>
|
||||||
|
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<div style="text-align:left;">
|
<div style="text-align:right;">
|
||||||
<a href="<?php echo base_url() ?>supplierListing" class="btn btn-primary" value="Back"/>Back</a>
|
<a href="<?php echo base_url() ?>supplierListing" class="btn btn-primary" value="Back"/>Back</a>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
@ -21,9 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="box box-primary">
|
<div class="box box-primary">
|
||||||
<div class="box-header">
|
|
||||||
<center> <h3 class="box-title">Add Supplier Details</h3></center>
|
|
||||||
</div><!-- /.box-header -->
|
|
||||||
<!-- form start -->
|
<!-- form start -->
|
||||||
|
|
||||||
<form role="form" id="addsupplier" action="<?php echo base_url() ?>addNewsupplier" method="post" role="form">
|
<form role="form" id="addsupplier" action="<?php echo base_url() ?>addNewsupplier" method="post" role="form">
|
||||||
|
|||||||
@ -691,7 +691,8 @@ function ValidatePassport()
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-md-3 col-md-offset-9">
|
<div class="col-md-3 col-md-offset-9">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<input type="button" id="cancel" class="btn btn-info" value="Cancel" />
|
<a href="<?php echo base_url() ?>employeeListing" class="btn btn-info" id="cancel" value="Cancel">Cancel</a>
|
||||||
|
|
||||||
<input type="submit" onclick="Validate();" class="btn btn-primary"></button>
|
<input type="submit" onclick="Validate();" class="btn btn-primary"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user