diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 22:57:21 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-13 22:57:21 +0000 |
| commit | 4ded832a9a9174599caeae1b9bcf811cf79ef62a (patch) | |
| tree | d01f146da9b9f48c4b90a95a71e52b380de715c1 | |
| parent | d9f2d33e82dea636a49d08c8ac345550a59fd7f7 (diff) | |
Change mean to recipe in sidebar.
| -rw-r--r-- | templates/sidebar_left.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/sidebar_left.tpl b/templates/sidebar_left.tpl index 8ae0b1b..c87192d 100644 --- a/templates/sidebar_left.tpl +++ b/templates/sidebar_left.tpl @@ -1,4 +1,4 @@ - <div><strong>Current meal</strong>:</div> + <div><strong>Current recipe</strong>:</div> <div id='divCurrentMeal'> {if $currentMealItems} {foreach from=$currentMealItems key=key item=currentMealItem} @@ -8,11 +8,11 @@ </div> {/foreach} <div style='margin-top: 1ex;'> - <a href='view_meal.php?meal=0&action=getMeal' title='View current meal'>View meal</a> | - <a href='{$smarty.server.REQUEST_URI}' onclick='verifyClearCurrentMeal(); return false;' title='Remove all meal items'>Clear meal</a> + <a href='view_meal.php?meal=0&action=getMeal' title='View current recipe'>View recipe</a> | + <a href='{$smarty.server.REQUEST_URI}' onclick='verifyClearCurrentMeal(); return false;' title='Remove all recipe items'>Clear recipe</a> </div> {else} - No items in meal. + No items in recipe. {/if} </div> {if $isLoggedIn} @@ -37,7 +37,7 @@ {if $favMeals} <form action='view_meal.php' method='post' id='frmFavMeals' style='margin: 0;'> <select name='meal' style='width: 100%;' onchange='return submitForm("frmFavMeals");'> - <option value=''> -- Meals -- </option> + <option value=''> -- Recipes -- </option> <option value='viewAllMeals'>[View All]</option> {foreach from=$favMeals item=favMeal} <option value='{$favMeal.id}'>{$favMeal.description|escape:'html'}</option> @@ -46,7 +46,7 @@ <input type='hidden' name='action' value='viewMeal' /> </form> {else} - * No favorite meals.<br /> + * No favorite recipes.<br /> {/if} </div> <div style='margin-top: 1ex;'> |
