diff options
author | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
commit | bb888feaef984a82d835e5b9bc9c93f3e39af76d (patch) | |
tree | f03e186785bb6c7c1af375c2942a2158e8f86ce9 /view/jot.tpl | |
parent | 87c4d1c3cd684a93d5d634ba41a04bfdd51f6fc9 (diff) | |
parent | 9b2669eb5d7113f32dd506a480d6eafe129a5666 (diff) | |
download | volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.gz volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.bz2 volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.zip |
Merge branch 'pull'
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 12df0d9c2..f116dc0f0 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -31,18 +31,20 @@ <li id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="$wait" title="$wait" /></li> </ul> </div> + + <div style="display: none;"> + <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> + $acl + <hr style="clear:both"/> + <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> + $jotnets + </div> + </div> + </form> -<div style="display: none;"> - <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> - $acl - <hr style="clear:both"/> - <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> - $jotnets - </div> -</div> |