10 lines
529 B
Plaintext
10 lines
529 B
Plaintext
<li class="separator">
|
|
<div class="grid-x">
|
|
<div class="small-11 cell">
|
|
<input type="text" class="separator" pattern="[\-\w,.:\(\)&#\*\\ ']+" 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> |