diff options
author | Evan Prodromou <evan@status.net> | 2010-01-02 21:35:46 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-02 21:35:46 -1000 |
commit | de74c64490a028def7687cee40852e2072b0b5a8 (patch) | |
tree | a8e4217ddd074f0c3ae44709335afe49bdd3335f /lib | |
parent | d7436c10d0ddc47a1d6fbbfd36a473f3d1a71e8c (diff) | |
parent | 94af0d1279b98311dde2bbcaaa10729020d12468 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index d35655a0b..99865645a 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -208,9 +208,8 @@ 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->checkbox('notice_data-geo', _('Share your location'), true); $this->out->elementEnd('div'); } |