button name changes

This commit is contained in:
gayathri1990 2018-10-30 17:19:14 +05:30
parent 7279263985
commit d826db19ef
4 changed files with 1431 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -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;

View File

@ -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>