summaryrefslogtreecommitdiff
path: root/lib/noticeform.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-12-31 18:41:10 +0000
committerSarven Capadisli <csarven@status.net>2009-12-31 18:41:10 +0000
commit01dbee2ba5280d97ddd0bb82217e8b3e7680e67b (patch)
treec82b30916bcae9c2a6d804557002e10ab3daf5e2 /lib/noticeform.php
parent9496f2735e6b510f15c2c3ce627d5e6d3a94745b (diff)
Initial UI for geo location share option in notice form
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r--lib/noticeform.php1
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');