diff options
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> |