diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 23:16:40 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 23:16:40 +0000 |
| commit | 22916df9ed60dbb849f063d0f4f4da938adce1e0 (patch) | |
| tree | a152b144c8bc1876874cac0a36f3d70c289fb224 | |
| parent | f61dda6f3f8e5420d0c9736f5eb9006f5a50a8c0 (diff) | |
Changed meal to recipe on results page.
| -rw-r--r-- | templates/view_food.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/view_food.tpl b/templates/view_food.tpl index e3cdcca..22acb20 100644 --- a/templates/view_food.tpl +++ b/templates/view_food.tpl @@ -52,7 +52,7 @@ <a name='save'></a> <div style='margin-bottom: .5em; text-align: justify;'> If you would like to save this item for later reference, or add it - to a meal or diary, enter a short descriptive entry in the + to a recipe or diary, enter a short descriptive entry in the text box below and then select the appropriate button. A default description may have been added for you. However, this description may not be very helpful and could possibly be quite long. You are @@ -70,9 +70,9 @@ <input type='submit' name='saveFood' id='saveFood' value='Save food' style='width: 20ex;' onclick='getElement("formAddFood").action.value = "saveFood";' /> </div> <div style='margin-bottom: .5em;'> - <input type='submit' name='addFoodToMeal' id='addFoodToMeal' value='Add to meal =>' style='width: 20ex;' onclick='getElement("formAddFood").action.value = "addFoodToMeal";' /> + <input type='submit' name='addFoodToMeal' id='addFoodToMeal' value='Add to recipe =>' style='width: 20ex;' onclick='getElement("formAddFood").action.value = "addFoodToMeal";' /> <select name='meal'> - <option selected='selected' value='0'>New meal</option> + <option selected='selected' value='0'>New recipe</option> {foreach from=$myMeals item=myMeal} <option value='{$myMeal.id}'>{$myMeal.description}</option> {/foreach} @@ -108,9 +108,9 @@ {else} <div style='margin-bottom: .5em; text-align: justify;'> <a name='save'></a> - Would you like to add this food to a meal? Enter a short + Would you like to add this food to a recipe? Enter a short descriptive entry in the text box below and then click the - "Add to meal" button. A default description may have been + "Add to recipe" button. A default description may have been added for you. However, this description may not be very helpful and could possibly be quite long. You are encouraged to change this to something more meaningful, and possibly @@ -124,7 +124,7 @@ {/if} </div> <div style='margin-bottom: .5em;'> - <input type='submit' name='addFoodToMeal' value='Add to meal' style='width: 20ex;' /> + <input type='submit' name='addFoodToMeal' value='Add to recipe' style='width: 20ex;' /> <input type='hidden' name='meal' value='0' /> </div> {/if} |
