Update templates/menu.html
Browse files- templates/menu.html +3 -25
templates/menu.html
CHANGED
@@ -641,7 +641,7 @@ form-check-input addon-option{
|
|
641 |
<p class="card-text">${{ item.Price__c }}</p>
|
642 |
</div> -->
|
643 |
<div class="addbutton">
|
644 |
-
|
645 |
<div>
|
646 |
<h5 class="card-title">{{ item.Name }}</h5>
|
647 |
<p class="card-text">${{ item.Price__c }}</p>
|
@@ -671,30 +671,8 @@ form-check-input addon-option{
|
|
671 |
|
672 |
|
673 |
|
674 |
-
</div>
|
675 |
-
|
676 |
-
<div>
|
677 |
-
<h5 class="card-title">{{ item.Name }}</h5>
|
678 |
-
<p class="card-text">${{ item.Price__c }}</p>
|
679 |
-
|
680 |
-
|
681 |
-
<div>
|
682 |
-
<button class="btn btn btn-primary "
|
683 |
-
data-bs-toggle="modal" data-bs-target="#itemModal"
|
684 |
-
onclick="showItemDetails('{{ item.Name }}', '{{ item.Price__c }}', '{{ item.Image2__c }}', '{{ item.Description__c }}', '{{ item.Section__c }}','{{ selected_category }}')">
|
685 |
-
ADD
|
686 |
-
</button>
|
687 |
-
</div>
|
688 |
-
</div>
|
689 |
-
|
690 |
-
<div class="w-100 text-center">
|
691 |
-
|
692 |
-
{% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c !='Soft Drinks' %}
|
693 |
-
<h5 class="customisable-text">Customisable</h5>
|
694 |
-
{% endif %}
|
695 |
-
|
696 |
-
</div>
|
697 |
-
</div>
|
698 |
</div>
|
699 |
|
700 |
|
|
|
641 |
<p class="card-text">${{ item.Price__c }}</p>
|
642 |
</div> -->
|
643 |
<div class="addbutton">
|
644 |
+
<div class="card-body d-flex align-items-center justify-content-between">
|
645 |
<div>
|
646 |
<h5 class="card-title">{{ item.Name }}</h5>
|
647 |
<p class="card-text">${{ item.Price__c }}</p>
|
|
|
671 |
|
672 |
|
673 |
|
674 |
+
</div>
|
675 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
</div>
|
677 |
|
678 |
|