mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added Menu List and the Menu Table view.
This commit is contained in:
parent
25ce44d9cf
commit
3290b3086a
16 changed files with 401 additions and 0 deletions
20
client/MenuItems/menuitemsForm.html
Normal file
20
client/MenuItems/menuitemsForm.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<template name="menuItemsForm">
|
||||
<h5>{{menuName}}</h5>
|
||||
<form action="" class="menuItemFrm" id="menuItemFrm">
|
||||
<div class="row">
|
||||
<div class="col s8 input-field">
|
||||
<input type="text" class="menuItemInp" style="{{#if $eq menuItemErr true}}border: 2px solid red{{/if}}" id="menuItemInp" />
|
||||
<label for="menuItemInp">Add Menu Item</label>
|
||||
</div>
|
||||
<div class="col s4 input-field">
|
||||
<input type="text" class="datepicker" id="dateServed" />
|
||||
<label for="dateserved">Date to Serve</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
<a class="waves-effect waves-light btn saveMenuItem green right">Add</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue