button name changes
This commit is contained in:
parent
7279263985
commit
d826db19ef
File diff suppressed because it is too large
Load Diff
@ -158,7 +158,7 @@ foreach($financialyear as $item)
|
||||
|
||||
<div class="col-md-2" style="margin-top:20px;">
|
||||
<!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> -->
|
||||
<input type="submit" class="btn btn-success" name="btn_submit" value="View Purchase">
|
||||
<input type="submit" class="btn btn-success" name="btn_submit" value="View Received">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ foreach($financialyear as $item)
|
||||
|
||||
</div>
|
||||
<form method="post" action="<?php echo base_url($this->uri->uri_string()); ?>">
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Sundry Debitors</b></p></h3></center>
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Sundry Creditors</b></p></h3></center>
|
||||
<?php
|
||||
$totpo=0;
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
</div>
|
||||
<form method="post" action="<?php echo base_url($this->uri->uri_string()); ?>">
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Sundry Creditors</b></p></h3></center>
|
||||
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>Sundry Debitors</b></p></h3></center>
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
|
||||
<div class="col-md-2" style="margin-top:20px;">
|
||||
<!-- <div class="col-md-1 col-md-offset-10" style="margin-top:20px;"> -->
|
||||
<input type="submit" class="btn btn-success" name="btn_submit" value="View Purchase">
|
||||
<input type="submit" class="btn btn-success" name="btn_submit" value="View Received">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user