mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Show used options in invoice field selects
This commit is contained in:
parent
46a63e9854
commit
77ca2e7edf
@ -133,6 +133,7 @@ function loadFields(selectedFields)
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.field-list {
|
||||
width: 100%;
|
||||
margin-top: 12px;
|
||||
|
@ -6,6 +6,7 @@
|
||||
->onchange("addField('{$section}')")
|
||||
->raw() !!}
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="field-list">
|
||||
<tbody data-bind="sortable: { data: {{ $section }}, as: 'field', afterMove: onDragged }">
|
||||
<tr style="cursor:move;background-color:#fff;margin:1px">
|
||||
@ -17,6 +18,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user