mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	Fixed meal plan note item edit button tooltip (fixes #1821)
This commit is contained in:
		| @@ -283,7 +283,7 @@ $(".calendar").each(function() | |||||||
| 					<h5 class="text-wrap text-break mb-1 ' + additionalTitleCssClasses + '">' + mealPlanEntry.note + '</h5> \ | 					<h5 class="text-wrap text-break mb-1 ' + additionalTitleCssClasses + '">' + mealPlanEntry.note + '</h5> \ | ||||||
| 					<h5 class="d-print-none"> \ | 					<h5 class="d-print-none"> \ | ||||||
| 						<a class="ml-1 btn btn-outline-danger btn-xs remove-note-button" href="#" data-toggle="tooltip" title="' + __t("Delete this item") + '"><i class="fas fa-trash"></i></a> \ | 						<a class="ml-1 btn btn-outline-danger btn-xs remove-note-button" href="#" data-toggle="tooltip" title="' + __t("Delete this item") + '"><i class="fas fa-trash"></i></a> \ | ||||||
| 						<a class="btn btn-outline-info btn-xs edit-meal-plan-entry-button" href="#" data-toggle="tooltip" title="' + __t("Delete this item") + '"><i class="fas fa-edit"></i></a> \ | 						<a class="btn btn-outline-info btn-xs edit-meal-plan-entry-button" href="#" data-toggle="tooltip" title="' + __t("Edit this item") + '"><i class="fas fa-edit"></i></a> \ | ||||||
| 						' + doneButtonHtml + ' \ | 						' + doneButtonHtml + ' \ | ||||||
| 					</h5> \ | 					</h5> \ | ||||||
| 				</div>'); | 				</div>'); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user