mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixing clean Up and added option to show which products arent used in a list
This commit is contained in:
parent
c6c5951d16
commit
680f7c614d
6 changed files with 71 additions and 10 deletions
|
|
@ -2,14 +2,22 @@
|
|||
<h4>Product Management</h4>
|
||||
{{#if Template.subscriptionsReady}}
|
||||
<form action="submit" class="row prodInputForm" style="gap: 1em;">
|
||||
<div class="col s12">
|
||||
<p>
|
||||
<label>
|
||||
<input type="checkbox" id="showNoStoreSet" />
|
||||
<span>Show Products without Store Assigned</span>
|
||||
</label>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col s12">
|
||||
<p>
|
||||
<label>
|
||||
<input type="checkbox" id="showNoStoreSet" />
|
||||
<span>Show Products without Store Assigned</span>
|
||||
</label>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col s12">
|
||||
<p>
|
||||
<label>
|
||||
<input type="checkbox" id="showNoList" />
|
||||
<span>Show Products Never Used in a List</span>
|
||||
</label>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col s12 m6 l6 input-field outlined">
|
||||
<input type="text" class="prodName" style="{{#if $eq prodNameErr true}}border: 2px solid red;{{/if}}" id="prodName" />
|
||||
<label for="prodName">Name*</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue