diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-08 13:58:23 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-08 13:58:23 +0000 |
commit | 54c18e68dadc37174e8631db76dae064a88920a6 (patch) | |
tree | b946b8c67a53c893bd09f9c9bbcfdf4552c7a6fe /lib/noticeform.php | |
parent | 69f567c7bed92cd0aaa32cb26a803499087c57f7 (diff) |
Some code cleaning for geo UI
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 99865645a..ddfe45055 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -207,7 +207,7 @@ class NoticeForm extends Form $this->out->hidden('notice_data-location_id', empty($this->location_id) ? (empty($this->profile->location_id) ? null : $this->profile->location_id) : $this->location_id, 'location_id'); $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', + $this->out->elementStart('div', array('id' => 'notice_data-geo_wrap', 'title' => common_local_url('geocode'))); $this->out->checkbox('notice_data-geo', _('Share your location'), true); $this->out->elementEnd('div'); |