diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-01 10:17:27 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-01 10:17:27 +0100 |
commit | 042aa2e169310bc23398d0558455a61fe1e86a92 (patch) | |
tree | 50ae4d8845bc16e2edfbaa916e80d8709ee3fe86 /view/en/jot.tpl | |
parent | 1151124feed13ebe1bf87bdcebf9692a5ce6233e (diff) | |
parent | 89313235d26569df5cbdabb1f85871f10056e41f (diff) | |
download | volse-hubzilla-042aa2e169310bc23398d0558455a61fe1e86a92.tar.gz volse-hubzilla-042aa2e169310bc23398d0558455a61fe1e86a92.tar.bz2 volse-hubzilla-042aa2e169310bc23398d0558455a61fe1e86a92.zip |
Merge remote branch 'friendika-master/master'
Diffstat (limited to 'view/en/jot.tpl')
-rw-r--r-- | view/en/jot.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/en/jot.tpl b/view/en/jot.tpl index de88fb84f..d2a1014e7 100644 --- a/view/en/jot.tpl +++ b/view/en/jot.tpl @@ -40,8 +40,12 @@ <div id="profile-rotator-wrapper" style="display: $visitor;" > <img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" /> </div> - <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div> + <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div> <div id="profile-jot-perms-end"></div> + <div id="profile-jot-email-wrapper" style="display: none;" > + <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle"> + <div id="profile-jot-email-end"></div> + </div> <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> </div> |