diff options
author | friendica <info@friendica.com> | 2014-04-06 16:18:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-06 16:18:57 -0700 |
commit | b880982b614dc1397f2bbf1059dff0c04efe3c51 (patch) | |
tree | 31befc2d562c38debd41b800848441ba8122adc0 /view/tpl | |
parent | 50c608482a3baddd56a60f082de68fe4a6e33213 (diff) | |
parent | f7cb4e0ef0b6d40427858810404ad9caedb27ae3 (diff) | |
download | volse-hubzilla-b880982b614dc1397f2bbf1059dff0c04efe3c51.tar.gz volse-hubzilla-b880982b614dc1397f2bbf1059dff0c04efe3c51.tar.bz2 volse-hubzilla-b880982b614dc1397f2bbf1059dff0c04efe3c51.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 5f79b4d88..87a9b721f 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -51,12 +51,12 @@ <button id="profile-audio-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$audio}}" onclick="jotAudioURL();return false;"> <i id="profile-audio" class="icon-volume-up jot-icons"></i> </button> - <button id="profile-location-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$setloc}}" onclick="jotGetLocation();return false;"> - <i id="profile-location" class="icon-globe jot-icons"></i> - </button> <button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" style="display: none;" title="{{$noloc}}" onclick="jotClearLocation();return false;"> <i id="profile-nolocation" class="icon-circle-blank jot-icons"></i> </button> + <button id="profile-location-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$setloc}}" onclick="jotGetLocation();return false;"> + <i id="profile-location" class="icon-globe jot-icons"></i> + </button> <button id="profile-expire-wrapper" class="btn btn-default btn-sm" style="display: {{$feature_expire}};" title="{{$expires}}" onclick="jotGetExpiry();return false;"> <i id="profile-expires" class="icon-eraser jot-icons"></i> </button> |