aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-07-23 07:41:20 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-07-23 07:41:20 +0200
commita213a9babfaa8029e54d529803a47464f44dc5b0 (patch)
treedafb62aa2f5de716c8ba2fd17055a6bf0ad1ccbd /view/theme/dispy/jot.tpl
parent9cf9753190e8ff86c977ee696b55e6e3b0785c09 (diff)
downloadvolse-hubzilla-a213a9babfaa8029e54d529803a47464f44dc5b0.tar.gz
volse-hubzilla-a213a9babfaa8029e54d529803a47464f44dc5b0.tar.bz2
volse-hubzilla-a213a9babfaa8029e54d529803a47464f44dc5b0.zip
dispy ACL into the fancybox
Diffstat (limited to 'view/theme/dispy/jot.tpl')
-rw-r--r--view/theme/dispy/jot.tpl22
1 files changed, 11 insertions, 11 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl
index f87b6fbb3..b357bd38b 100644
--- a/view/theme/dispy/jot.tpl
+++ b/view/theme/dispy/jot.tpl
@@ -21,7 +21,8 @@
<div id="profile-jot-submit-wrapper" >
- <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><a id="jot-perms-icon" class="icon $lockstate" title="$permset" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');return false;"></a>$bang</div>
+ <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" >
+ <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate" title="$permset" ></a>$bang</div>
<input type="submit" id="profile-jot-submit" name="submit" value="$share" />
</div>
@@ -59,16 +60,15 @@
<div id="profile-jot-tools-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 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>
<div id="profile-jot-end"></div>
</form>