diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-12 18:00:58 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-12 18:00:58 -0700 |
commit | baad288430baed9d7967043554cb07fdde322552 (patch) | |
tree | 3c38028d536a680b5ce22a0f14bf88e399d294fc /view/jot.tpl | |
parent | acdfee232795684174a4eea1bc1d386ca0db1e1d (diff) | |
download | volse-hubzilla-baad288430baed9d7967043554cb07fdde322552.tar.gz volse-hubzilla-baad288430baed9d7967043554cb07fdde322552.tar.bz2 volse-hubzilla-baad288430baed9d7967043554cb07fdde322552.zip |
acl stuff
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index b6599feec..55ee5388c 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -12,7 +12,8 @@ What's on your mind? </div> <div id="profile-jot-submit-wrapper" > <input type="submit" id="profile-jot-submit" name="submit" value="Submit" /> - + <div id="profile-jot-perms" class="profile-jot-perms" ><img src="images/$lockstate_icon.gif" alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper');" /><div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div> + </div> </div> <div id="profile-jot-end"></div> </form> |