diff options
author | Friendika <info@friendika.com> | 2011-01-31 19:07:13 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-31 19:07:13 -0800 |
commit | 837cce8a75e884f76a67aef5ee47a9363b96fbcc (patch) | |
tree | b43a397e27d909b8d4a8eaf08f2a4dbe3ad331a6 /view/it/jot.tpl | |
parent | 8965db24ccb0793daebd37adc25e769e52492565 (diff) | |
download | volse-hubzilla-837cce8a75e884f76a67aef5ee47a9363b96fbcc.tar.gz volse-hubzilla-837cce8a75e884f76a67aef5ee47a9363b96fbcc.tar.bz2 volse-hubzilla-837cce8a75e884f76a67aef5ee47a9363b96fbcc.zip |
email cc recipients (front end)
Diffstat (limited to 'view/it/jot.tpl')
-rw-r--r-- | view/it/jot.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/it/jot.tpl b/view/it/jot.tpl index b0c90ddf5..7153c341c 100644 --- a/view/it/jot.tpl +++ b/view/it/jot.tpl @@ -40,8 +40,13 @@ <div id="profile-rotator-wrapper" style="display: $visitor;" > <img id="profile-rotator" src="images/rotator.gif" alt="Attendi" title="Attendi" 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="Impostazione permessi" title="Impostazione permessi" 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="Impostazione permessi" title="Impostazione permessi" 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> |