Remove example values
This commit is contained in:
parent
53faf901ef
commit
45de42ff4c
1 changed files with 2 additions and 4 deletions
|
@ -80,8 +80,6 @@ body{
|
|||
<div class="input-group">
|
||||
<span class="input-group-addon">Participant</span>
|
||||
<select id='contributor' class="form-control">
|
||||
<option value='Benjamin'>Benjamin</option>
|
||||
<option value='Ludovic'>Ludovic</option>
|
||||
</select>
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-primary" id='edit_contributor_btn'><span class='glyphicon glyphicon-edit'></span></button>
|
||||
|
@ -113,8 +111,8 @@ body{
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Simply</td>
|
||||
<td>124,56€</td>
|
||||
<td>Label</td>
|
||||
<td>XXX,XX€</td>
|
||||
<td>
|
||||
<div class="btn-group" data-id='0'>
|
||||
<button type="button" class="btn btn-default contribution_edit_btn"><span class='glyphicon glyphicon-edit'></span></button>
|
||||
|
|
Loading…
Reference in a new issue