aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-12-09 15:09:19 +0100
committermarijus <mario@mariovavti.com>2014-12-09 15:09:19 +0100
commit242713ebef71e0e2b6b1666f7c2400b26772ba2d (patch)
tree9a87b3edbcd9692d9f1c3b3a23b28c494a2fa8f3 /include
parent42fc104272ff8ae4bf725a8950a8e5bcf31ff882 (diff)
downloadvolse-hubzilla-242713ebef71e0e2b6b1666f7c2400b26772ba2d.tar.gz
volse-hubzilla-242713ebef71e0e2b6b1666f7c2400b26772ba2d.tar.bz2
volse-hubzilla-242713ebef71e0e2b6b1666f7c2400b26772ba2d.zip
show clear browser location button only if use browser location option is set and minor css fixes
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index c8336900f..d0cd81c4a 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1128,7 +1128,7 @@ function status_editor($a,$x,$popup=false) {
'$shortaudio' => t('audio link'),
'$setloc' => t('Set your location'),
'$shortsetloc' => t('set location'),
- '$noloc' => t('Clear browser location'),
+ '$noloc' => ((get_pconfig($x['profile_uid'],'system','use_browser_location')) ? t('Clear browser location') : ''),
'$shortnoloc' => t('clear location'),
'$title' => ((x($x,'title')) ? htmlspecialchars($x['title'], ENT_COMPAT,'UTF-8') : ''),
'$placeholdertitle' => t('Title (optional)'),