diff options
author | friendica <info@friendica.com> | 2013-11-07 00:47:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-07 00:47:50 -0800 |
commit | 7381326b7a7a271da52464d15774a1309adb2bd5 (patch) | |
tree | 3427097b3dc93977f37c8f0b1b49eabc37160611 /view/tpl/jot.tpl | |
parent | df4c9171207065f32db52c910f86e5ef277eaa1f (diff) | |
download | volse-hubzilla-7381326b7a7a271da52464d15774a1309adb2bd5.tar.gz volse-hubzilla-7381326b7a7a271da52464d15774a1309adb2bd5.tar.bz2 volse-hubzilla-7381326b7a7a271da52464d15774a1309adb2bd5.zip |
provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 12978038c..f7dd12758 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -5,6 +5,7 @@ <input type="hidden" name="profile_uid" value="{{$profile_uid}}" /> <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" /> + <input type="hidden" name="expire" id="jot-expire" value="{{$defexpire}}" /> <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="{{$post_id}}" /> <input type="hidden" name="webpage" value="{{$webpage}}" /> @@ -50,6 +51,11 @@ <div id="profile-nolocation-wrapper" style="display: none;" > <i id="profile-nolocation" class="icon-circle-blank jot-icons" title="{{$noloc}}" onclick="jotClearLocation();return false;"></i> </div> + <div id="profile-expire-wrapper" style="display: {{$feature_expire}};" > + <i id="profile-expires" class="icon-eraser jot-icons" title="{{$expires}}" onclick="jotGetExpiry();return false;"></i> + </div> + + <div id="profile-rotator-wrapper" style="display: {{$visitor}};" > <div id="profile-rotator"></div> </div> |