diff options
author | Friendika <info@friendika.com> | 2011-02-11 02:35:19 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-11 02:35:19 -0800 |
commit | c16e86add81d9f2867a0da024954b5cbc14a9f4b (patch) | |
tree | 012c13873b4c876b5198d9c8c0c7f0e91a29455f /view/it | |
parent | 40574589e27d9135a434dcc4f9dfa899fe5f8ec6 (diff) | |
download | volse-hubzilla-c16e86add81d9f2867a0da024954b5cbc14a9f4b.tar.gz volse-hubzilla-c16e86add81d9f2867a0da024954b5cbc14a9f4b.tar.bz2 volse-hubzilla-c16e86add81d9f2867a0da024954b5cbc14a9f4b.zip |
toggles "post to facebook, post to twitter", etc.
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/jot.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/it/jot.tpl b/view/it/jot.tpl index eae3ecba8..c4b63eb01 100644 --- a/view/it/jot.tpl +++ b/view/it/jot.tpl @@ -41,13 +41,16 @@ <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'); openClose('profile-jot-email-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'); openClose('profile-jot-networks');" />$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-networks" style="display: none;" > + $jotnets + </div> + <div id="profile-jot-networks-end"></div> <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> </div> |