aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
committerFriendika <info@friendika.com>2011-05-20 01:15:02 -0700
commit681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch)
treefcb324bff2082a0c8adf4c540cccbba54a753d26 /view/jot.tpl
parent9ab6055b249b78c6b43be71e714e11118592dbcc (diff)
downloadvolse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz
volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2
volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip
"notes" app
Diffstat (limited to 'view/jot.tpl')
-rw-r--r--view/jot.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/jot.tpl b/view/jot.tpl
index 31abafe50..0c9883b11 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -7,7 +7,7 @@
<div id="profile-jot-banner-end"></div>
<form id="profile-jot-form" action="$action" method="post" >
- <input type="hidden" name="type" value="wall" />
+ <input type="hidden" name="type" value="$ptyp" />
<input type="hidden" name="profile_uid" value="$profile_uid" />
<input type="hidden" name="return" value="$return_path" />
<input type="hidden" name="location" id="jot-location" value="$defloc" />
@@ -52,7 +52,7 @@
<div id="profile-rotator-wrapper" style="display: $visitor;" >
<img id="profile-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
</div>
- <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" >
+ <div id="profile-jot-perms" class="profile-jot-perms" style="display: $pvisit;" >
<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-end"></div>