Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
design #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrille37 committed May 15, 2015
1 parent 2980bbd commit a79ff2f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions resources/views/rentEdit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,6 @@
@endif
</div>

<div class="col-sm-1">
<button type="button" class="btn btn-default rentpriceTrash" data-rowcount="{{$rowsCount}}" aria-label="Left Align">
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span>
</button>
</div>

</div>

<div class="form-group row">

<div class="col-sm-2">
<label>Charges</label>
<input type="text" class="form-control" placeholder="Les charges"
Expand All @@ -236,6 +226,11 @@
<p class="text-danger">error {{$errors->first('loads'.$rowsCount)}} </p>
@endif
</div>

</div>

<div class="form-group row">

<div class="col-sm-2">
<label>Autres Charges</label>
<input type="text" class="form-control" placeholder="Autres charges"
Expand All @@ -253,6 +248,12 @@
@endif
</div>

<div class="col-sm-1">
<button type="button" class="btn btn-default rentpriceTrash" data-rowcount="{{$rowsCount}}" aria-label="Left Align">
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span>
</button>
</div>

</div>

</div>
Expand Down

0 comments on commit a79ff2f

Please sign in to comment.