merge with phyu sin

This commit is contained in:
Yan
2017-10-27 18:40:58 +06:30
parent 6feb524db8
commit 6f6c037e9e
33 changed files with 170 additions and 112 deletions

View File

@@ -1,26 +1,26 @@
<div class="container-fluid">
<div class='row'>
<div class="col-lg-10 col-md-10 col-sm-10">
<h2>Cash Out</h2>
<h2><%= t :cash_out %></h2>
<table class='table table-striped'>
<tr>
<td> Payment Reference</td>
<td> <%= t :payment_reference %></td>
<td><input type="text" class="form-control" placeholder="Reference" id="reference"></td>
</tr>
<tr>
<td> Remark</td>
<td> <%= t("views.right_panel.detail.remark") %></td>
<td><input type="text" class="form-control" placeholder="Remark" id="remark"></td>
</tr>
<tr>
<td> Amount </td>
<td> <%= t("views.right_panel.detail.amount") %> </td>
<td><input type="text" class="form-control" placeholder="Amount" id="amount"></td>
</tr>
</table>
</div>
<div class="col-lg-2 col-md-2 col-sm-2">
<br><br>
<button type="button" class="btn bg-default btn-block" id='back'> Back </button>
<button type="button" class="btn bg-blue btn-block" id='cash_out'> Cash Out </button>
<button type="button" class="btn bg-default btn-block" id='back'> <%= t("views.btn.back") %> </button>
<button type="button" class="btn bg-blue btn-block" id='cash_out'> <%= t("views.btn.cash_out") %> </button>
</div>
</div>
</div>