Add help cursor to for lunch tooltips
Change-Id: Ic60fc4ca2cd264e2eaceb434864cf6f70e889f44
diff --git a/templates/register.htm b/templates/register.htm
index f153589..583a5d6 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -565,19 +565,19 @@
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_1" id="lunch_day_1a" <?php if ($_POST[ 'lunch_day_1']=="Avocado Bowl" ) echo 'checked'; ?> value="Avocado Bowl">
- <label class="form-check-label" for="lunch_day_1a" data-bs-toggle="tooltip" title="avocado, beluga lentils, sweet potatoes, baby spinach, chickpeas, cilantro, yuzu dressing, mixed nuts">
+ <label class="form-check-label" for="lunch_day_1a" data-bs-toggle="tooltip" style="cursor: help;" title="avocado, beluga lentils, sweet potatoes, baby spinach, chickpeas, cilantro, yuzu dressing, mixed nuts">
Avocado Bowl <small>(vegan, gluten-free)</small>
</label>
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_1" id="lunch_day_1b" <?php if ($_POST[ 'lunch_day_1']=="Thai Rice Bowl" ) echo 'checked'; ?> value="Thai Rice Bowl">
- <label class="form-check-label" for="lunch_day_1b" data-bs-toggle="tooltip" title="red Thai curry, rice, snow peas, roasted peppers, red cabbage, peanuts, roasted onions, cilantro">
+ <label class="form-check-label" for="lunch_day_1b" data-bs-toggle="tooltip" style="cursor: help;" title="red Thai curry, rice, snow peas, roasted peppers, red cabbage, peanuts, roasted onions, cilantro">
Thai Rice Bowl <small>(vegan)</small>
</label>
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_1" id="lunch_day_1c" <?php if ($_POST[ 'lunch_day_1']=="Udon Noodle Bowl" ) echo 'checked'; ?> value="Udon Noodle Bowl">
- <label class="form-check-label" for="lunch_day_1c" data-bs-toggle="tooltip" title="udon noodles, peanut sauce, sautéed vegetables, sweet potatoes, cilantro, chicken breast">
+ <label class="form-check-label" for="lunch_day_1c" data-bs-toggle="tooltip" style="cursor: help;" title="udon noodles, peanut sauce, sautéed vegetables, sweet potatoes, cilantro, chicken breast">
Udon Noodle Bowl
</label>
</div>
@@ -592,19 +592,19 @@
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_2" id="lunch_day_2a" <?php if ($_POST[ 'lunch_day_2']=="New Oriental Bowl" ) echo 'checked'; ?> value="New Oriental Bowl">
- <label class="form-check-label" for="lunch_day_2a" data-bs-toggle="tooltip" title="beetroot hummus, cumin cauliflower, chickpeas, pomegranate, baby spinach, red cabbage, cilantro falafel, tahini dressing">
+ <label class="form-check-label" for="lunch_day_2a" data-bs-toggle="tooltip" style="cursor: help;" title="beetroot hummus, cumin cauliflower, chickpeas, pomegranate, baby spinach, red cabbage, cilantro falafel, tahini dressing">
New Oriental Bowl <small>(vegan)</small>
</label>
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_2" id="lunch_day_2b" <?php if ($_POST[ 'lunch_day_2']=="Vegetarian Lasagne" ) echo 'checked'; ?> value="Vegetarian Lasagne">
- <label class="form-check-label" for="lunch_day_2b" data-bs-toggle="tooltip" title="with fennel leek">
+ <label class="form-check-label" for="lunch_day_2b" data-bs-toggle="tooltip" style="cursor: help;" title="with fennel leek">
Lasagne <small>(vegetarian)</small>
</label>
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_2" id="lunch_day_2b" <?php if ($_POST[ 'lunch_day_2']=="Lasagne" ) echo 'checked'; ?> value="Lasagne">
- <label class="form-check-label" for="lunch_day_2b" data-bs-toggle="tooltip" title="with beef">
+ <label class="form-check-label" for="lunch_day_2b" data-bs-toggle="tooltip" style="cursor: help;" title="with beef">
Lasagne
</label>
</div>
@@ -619,13 +619,13 @@
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_3" id="lunch_day_3b" <?php if ($_POST[ 'lunch_day_2']=="Tofu Teriyaki Bowl" ) echo 'checked'; ?> value="Tofu Teriyaki Bowl">
- <label class="form-check-label" for="lunch_day_3b" data-bs-toggle="tooltip" title="Udon noodles, raw vegetable salad, roasted peanuts, tofu, sesame, coriander, teriyaki dressing">
+ <label class="form-check-label" for="lunch_day_3b" data-bs-toggle="tooltip" style="cursor: help;" title="udon noodles, raw vegetable salad, roasted peanuts, tofu, sesame, coriander, teriyaki dressing">
Tofu Teriyaki Bowl <small>(vegan, gluten-free)</small>
</label>
</div>
<div class="form-check">
<input class="form-check-input" oninput="update_total_due()" type="radio" name="lunch_day_3" id="lunch_day_3c" <?php if ($_POST[ 'lunch_day_2']=="Salamango Bowl" ) echo 'checked'; ?> value="Salamango Bowl">
- <label class="form-check-label" for="lunch_day_3c" data-bs-toggle="tooltip" title="smoked salmon, avocado, edamame-pea mix, mango, marinated cucumber, soy-ginger dressing, wasabi mayo">
+ <label class="form-check-label" for="lunch_day_3c" data-bs-toggle="tooltip" style="cursor: help;" title="smoked salmon, avocado, edamame-pea mix, mango, marinated cucumber, soy-ginger dressing, wasabi mayo">
Salamango Bowl <small>(fish, gluten-free)</small>
</label>
</div>