diff options
author | Friendika <info@friendika.com> | 2011-05-18 17:29:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-18 17:29:12 -0700 |
commit | 990d5e82a0c38831240590f907fb4c6efd62041d (patch) | |
tree | a281925eb1e553c2e26da3197057bf3de4336771 /view/jot.tpl | |
parent | a0a59e0518459076079e904cd257dd9608b9bd37 (diff) | |
download | volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.tar.gz volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.tar.bz2 volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.zip |
doc updates - connecting to services
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 31f2eff04..ab7d97733 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -57,9 +57,11 @@ </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-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle" /> + <!-- div id="profile-jot-publabel">$public</div><input type="checkbox" name="public" id="jot-public" / --> <div id="profile-jot-email-end"></div> </div> + <div id="profile-jot-networks" style="display: none;" > $jotnets </div> |