|
Lines 139-145
Link Here
|
| 139 |
<input type="hidden" name="colId" value="[% colId | html %]" /> |
139 |
<input type="hidden" name="colId" value="[% colId | html %]" /> |
| 140 |
<input type="hidden" name="barcode" value="[% collectionItemsLoo.barcode | html %]" /> |
140 |
<input type="hidden" name="barcode" value="[% collectionItemsLoo.barcode | html %]" /> |
| 141 |
<input type="hidden" name="removeItem" value="1" /> |
141 |
<input type="hidden" name="removeItem" value="1" /> |
| 142 |
<button type="submit" class="btn btn-default btn-xs removeitem"><i class="fa fa-trash"></i> Remove</a> |
142 |
<button type="submit" class="btn btn-default btn-xs removeitem"><i class="fa fa-trash"></i> Remove</button> |
| 143 |
</form> |
143 |
</form> |
| 144 |
</td> |
144 |
</td> |
| 145 |
</tr> |
145 |
</tr> |
| 146 |
- |
|
|