diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-11-14 20:08:28 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-11-14 20:08:28 +0000 |
| commit | a2fea4b5b0e91df6c12281550d57a3e654a711e0 (patch) | |
| tree | 3f4caedb91e65a2c844b04f4c2edbb7bc1f3271b | |
| parent | 5174d0ec38a1e991dc138cb2b6cffab8cf81c444 (diff) | |
Removed => symbol from current recipe list, just clutter.
| -rw-r--r-- | templates/sidebar_left.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar_left.tpl b/templates/sidebar_left.tpl index c87192d..d17a8d5 100644 --- a/templates/sidebar_left.tpl +++ b/templates/sidebar_left.tpl @@ -4,7 +4,7 @@ {foreach from=$currentMealItems key=key item=currentMealItem} <div id='currentMealItem-{$key}'> <a href='{$smarty.server.REQUEST_URI}' onclick='verifyRemoveCurrentMealItem("{$key}"); return false;' title='Remove: {$currentMealItem.description|escape:"html"}'><img src='{$config->_imgUri}/remove.png' alt='(Del)' /></a> - => <a href='view_food.php?food={$currentMealItem.food}&weight={$currentMealItem.weight}&quantity={$currentMealItem.quantity}&description={$currentMealItem.description|escape:"url"}&action=viewFood' id='currentMealItemDesc-{$key}' title='View this item'>{$currentMealItem.description|escape:"html"}</a> + <a href='view_food.php?food={$currentMealItem.food}&weight={$currentMealItem.weight}&quantity={$currentMealItem.quantity}&description={$currentMealItem.description|escape:"url"}&action=viewFood' id='currentMealItemDesc-{$key}' title='View this item'>{$currentMealItem.description|escape:"html"}</a> </div> {/foreach} <div style='margin-top: 1ex;'> |
