diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-27 11:41:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-27 11:41:03 +0100 |
commit | f0fec246dcb758898d83087333c71d9dbdbbd906 (patch) | |
tree | 6f8c2f4db9aef6d17ed09e177de5a4c9b6b8fab3 | |
parent | 0c93edcb7b5634f10438d810407b18cb2fa6ba0c (diff) |
default to geographic feed
-rw-r--r-- | templates/web/default/alert/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/alert/list.html b/templates/web/default/alert/list.html index 3eb28788a..5b1677e8b 100644 --- a/templates/web/default/alert/list.html +++ b/templates/web/default/alert/list.html @@ -36,7 +36,7 @@ </p> <p id="rss_local"> - <input type="radio" name="feed" id="[% rss_feed_id %]" value="[% rss_feed_id %]"[% IF rss_feed_id == selected_feed %] checked[% END %]> + <input type="radio" name="feed" id="[% rss_feed_id %]" value="[% rss_feed_id %]"[% IF rss_feed_id == selected_feed || selected_feed == '' %] checked[% END %]> <label for="[% rss_feed_id %]">[% tprintf( loc('Problems within %.1fkm of this location'), population_radius ) %]</label> ([% loc('a default distance which covers roughly 200,000 people') %]) <a href='[% rss_feed_uri %]'> <img src='/i/feed.png' width='16' height='16' title='[% loc('RSS feed of nearby problems') %]' alt='[% loc('RSS feed') %]' border='0'></a> |