diff options
author | friendica <info@friendica.com> | 2013-11-10 20:34:10 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-10 20:34:10 -0800 |
commit | c39200429046cdde16edbcb6e28c5cf3c7434d4a (patch) | |
tree | d79487fed7d34bd19aecf2c02c47d2c96862ee0b /view/tpl/jot.tpl | |
parent | 0f241ab571b84a8cb1fccfb7a53adae70bebceb2 (diff) | |
download | volse-hubzilla-c39200429046cdde16edbcb6e28c5cf3c7434d4a.tar.gz volse-hubzilla-c39200429046cdde16edbcb6e28c5cf3c7434d4a.tar.bz2 volse-hubzilla-c39200429046cdde16edbcb6e28c5cf3c7434d4a.zip |
some more doco for how to finish it.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index f7dd12758..c04880cf7 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -54,6 +54,9 @@ <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-encrypt-wrapper" style="display: {{$feature_encrypt}};" > + <i id="profile-encrypt" class="icon-key jot-icons" title="{{$encrypt}}" onclick="red_encrypt('aes256','profile-jot-text',$('#profile-jot-text').val());return false;"></i> + </div --> <div id="profile-rotator-wrapper" style="display: {{$visitor}};" > |