Update templates/menu.html
Browse files- templates/menu.html +6 -0
    	
        templates/menu.html
    CHANGED
    
    | @@ -296,6 +296,12 @@ | |
| 296 | 
             
                    <label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
         | 
| 297 | 
             
                </div>
         | 
| 298 | 
             
            </form>
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 299 |  | 
| 300 | 
             
              <!-- Show menu items only when Customized Dish is not selected -->
         | 
| 301 | 
             
                <div class="container mt-4">
         | 
|  | |
| 296 | 
             
                    <label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
         | 
| 297 | 
             
                </div>
         | 
| 298 | 
             
            </form>
         | 
| 299 | 
            +
              
         | 
| 300 | 
            +
              <button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#itemModal" 
         | 
| 301 | 
            +
                onclick="showItemDetails('{{ item.Name }}', '{{ item.Price__c }}', '{{ item.Image2__c }}', '{{ item.Description__c }}', '{{ item.Section__c }}','{{ selected_category }}')">
         | 
| 302 | 
            +
                Add
         | 
| 303 | 
            +
            </button>
         | 
| 304 | 
            +
             | 
| 305 |  | 
| 306 | 
             
              <!-- Show menu items only when Customized Dish is not selected -->
         | 
| 307 | 
             
                <div class="container mt-4">
         | 
