diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-31 18:41:10 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-31 18:41:10 +0000 |
commit | 01dbee2ba5280d97ddd0bb82217e8b3e7680e67b (patch) | |
tree | c82b30916bcae9c2a6d804557002e10ab3daf5e2 /lib | |
parent | 9496f2735e6b510f15c2c3ce627d5e6d3a94745b (diff) |
Initial UI for geo location share option in notice form
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 7ed880442..d35655a0b 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -208,6 +208,7 @@ class NoticeForm extends Form $this->out->hidden('notice_data-location_ns', empty($this->location_ns) ? (empty($this->profile->location_ns) ? null : $this->profile->location_ns) : $this->location_ns, 'location_ns'); $this->out->elementStart('div', array('id' => 'notice_data-location_wrap', + 'class' => 'success', 'title' => common_local_url('geocode'))); $this->out->checkbox('notice_data-location_enabled', _('Share your location'), true); $this->out->elementEnd('div'); |