Skip to content
Code-Schnipsel Gruppen Projekte
Manager.Create.html 1,72 KiB
Newer Older
  • Learn to ignore specific revisions
  • Patrick Müller's avatar
    Patrick Müller committed
    <div class="quiqqer-coupons-manager-create">
    
    Patrick Müller's avatar
    Patrick Müller committed
        <form>
            <label>
    
                <span>{{labelDiscount}}</span>
                <input type="hidden" name="discountIds" data-qui="package/quiqqer/discount/bin/controls/Select"/>
    
    Patrick Müller's avatar
    Patrick Müller committed
            </label>
    
            <div class="quiqqer-coupons-manager-create-settings-btn"></div>
            <div class="quiqqer-coupons-manager-create-settings">
                <label>
                    <span>{{labelTitle}}</span>
                    <input type="text" name="title"/>
                </label>
                <label>
                    <span>{{labelCode}}</span>
                    <input type="text" name="code"/>
                </label>
                <label>
    
                    <span>{{labelReusable}}</span>
                    <select name="maxUsages">
                        <option value="oncePerUser" selected>{{labelReusableOncePerUser}}</option>
                        <option value="once">{{labelReusableOnce}}</option>
                        <option value="unlimited">{{labelReusableUnlimited}}</option>
                    </select>
    
                </label>
                <label>
                    <span>{{labelUsers}}</span>
    
                    <input type="hidden" name="userIds" data-qui="controls/users/Select"/>
    
                </label>
                <label>
    
                    <span>{{labelGroups}}</span>
                    <input type="hidden" name="groupIds" data-qui="controls/groups/Select"/>
    
                </label>
                <label>
                    <span>{{labelDate}}</span>
                    <input type="date" placeholder="YYYY-MM-DD HH:MM" name="validUntilDate"/>
                </label>
                <label>
                    <span>{{labelAmount}}</span>
                    <input type="number" name="amount" min="1" value="1"/>
                </label>
            </div>
    
    Patrick Müller's avatar
    Patrick Müller committed
        </form>
    </div>