diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-19 20:52:05 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-19 20:52:05 -0700 |
commit | a8e4ec7801b5ca8c986febed1f95124b412e92f9 (patch) | |
tree | 02dde668c26d5b932997139537c99de9ca7242ea /view/settings.tpl | |
parent | 81835acc36f17939b9e202cec2ff8981ca03536b (diff) | |
download | volse-hubzilla-a8e4ec7801b5ca8c986febed1f95124b412e92f9.tar.gz volse-hubzilla-a8e4ec7801b5ca8c986febed1f95124b412e92f9.tar.bz2 volse-hubzilla-a8e4ec7801b5ca8c986febed1f95124b412e92f9.zip |
use browser geolocation when desired
Diffstat (limited to 'view/settings.tpl')
-rw-r--r-- | view/settings.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index e06671d37..eeb683c76 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -34,6 +34,14 @@ $zoneselect </div> <div id="settings-defloc-end" ></div> +<div id="settings-allowloc-wrapper" > +<label id="settings-allowloc-label" for="settings-allowloc" >Use Browser Location: </label> +<input type="checkbox" name="allow_location" id="settings-allowloc" value="1" $loc_checked /> +</div> +<div id="settings-allowloc-end" ></div> + + + <div id="settings-theme-select"> <label id="settings-theme-label" for="theme-select" >Display Theme: </label> |