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/prv_message.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/prv_message.tpl')
-rwxr-xr-x | view/tpl/prv_message.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index 494eec48c..35f50da00 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -17,8 +17,10 @@ <div id="prvmail-subject-label">{{$subject}}</div> <input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" /> +{{if $feature_expire}} <div id="prvmail-expires-label">{{$expires}}</div> <input type="text" size="64" maxlength="255" id="prvmail-expires" name="expires" value="" tabindex="12" /> +{{/if}} <div id="prvmail-message-label">{{$yourmessage}}</div> <textarea rows="8" cols="72" class="prvmail-text" id="prvmail-text" name="body" tabindex="13">{{$text}}</textarea> |