poreset in modal page display
This commit is contained in:
parent
5a1ebd486b
commit
1065d15390
@ -1,6 +1,10 @@
|
||||
<script src="<?php echo base_url()?>assets/lightswitch/lightswitch/lib/jquery.tabletojson.js"></script>
|
||||
<script src="<?php echo base_url()?>assets/lightswitch/lightswitch/lib/jquery.tabletojson.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$("#modalshow").modal('show');
|
||||
});
|
||||
</script>
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/1.4.2/css/buttons.dataTables.min.css">
|
||||
<style>
|
||||
.dataTables_filter input {padding: 4px;}
|
||||
@ -44,8 +48,56 @@ background-color:#eeffcc ! important;
|
||||
th{
|
||||
text-align:center !important;
|
||||
}
|
||||
.modal-body {
|
||||
position: relative;
|
||||
padding: 15px;
|
||||
height: 100px;
|
||||
}
|
||||
h4 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="modal fade" id="modalshow" role="dialog" align="center">
|
||||
<div class="modal-dialog">
|
||||
<!-- Modal content-->
|
||||
<form>
|
||||
<div class="modal-content" style="width:800px;margin-top: 25%;margin-left:-15%;">
|
||||
<div class="modal-header" style="background-color: #3c8dbc;color:#fff;">
|
||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||
<center><h4>Purchase Order Number Reset</h4></center>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="modal-body" >
|
||||
<h4>
|
||||
<p style="text-rendering: 20">Don't make any changes in <strong>"Purchase Order Number Reset" <br></strong>screen before management department confirmation its affect the normal PO Flow.<br> The reset function is only applicable for every financial year change.</p>
|
||||
</h4>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Table to show the line item of po -->
|
||||
<div id="content" > </div>
|
||||
|
||||
|
||||
<div class="modal-footer">
|
||||
<a class="btn btn-primary" data-dismiss="modal" value="Cancel">Cancel</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user