Remove redundant templates

This commit is contained in:
Chris 2019-09-28 11:50:57 +01:00
parent 32cff846fa
commit b080ce34ff
2 changed files with 0 additions and 36 deletions

View File

@ -1,26 +0,0 @@
<li class="ingred">
<div class="grid-x">
<div class="small-1 cell">
<input class="quantity" type="text" placeholder="{L_RECIPE_ING_QUANT_PH}" value="%(quantity)s" />
</div>
<div class="small-2 cell">
<select class="units">
%(units)s
</select>
</div>
<div class="small-2 cell">
<select class="preps">
%(preps)s
</select>
</div>
<div class="small-3 cell">
<input type="text" class="ingredient" pattern="[-\w,.:()\x26;#*\\ ]+" title="{L_RECIPE_ING_FORMAT}" placeholder="{L_RECIPE_ING_ING_PH}" value="%(name)s" />
</div>
<div class="small-3 cell">
<input type="text" class="notes" placeholder="{L_RECIPE_ING_NOTE_PH}" value="%(notes)s" />
</div>
<div class="small-1 cell">
<button class="button alert deletectrl" type="button" title="{L_RECIPE_ING_DELETE}"><i class="fa fa-trash" aria-hidden="true"></i></button>
</div>
</div>
</li>

View File

@ -1,10 +0,0 @@
<li class="separator">
<div class="grid-x">
<div class="small-11 cell">
<input type="text" class="separator" pattern="[-\w,.:()\x26;#*\\ ]+" title="{L_RECIPE_ING_FORMAT}" placeholder="{L_RECIPE_ING_SEP_PH}" value="%(name)s" />
</div>
<div class="small-1 cell">
<button class="button alert deletectrl" type="button" title="{L_RECIPE_ING_DELETE}"><i class="fa fa-trash" aria-hidden="true"></i></button>
</div>
</div>
</li>