diff options
author | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-20 01:15:02 -0700 |
commit | 681885a120fb44ddb0cee5cab1191a6aea67b3e0 (patch) | |
tree | fcb324bff2082a0c8adf4c540cccbba54a753d26 /view | |
parent | 9ab6055b249b78c6b43be71e714e11118592dbcc (diff) | |
download | volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.gz volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.tar.bz2 volse-hubzilla-681885a120fb44ddb0cee5cab1191a6aea67b3e0.zip |
"notes" app
Diffstat (limited to 'view')
-rw-r--r-- | view/jot.tpl | 4 | ||||
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 068c5cf43..245957808 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -3,7 +3,7 @@ <script language="javascript" type="text/javascript"> var editor; -var textlen; +var textlen = 0; tinyMCE.init({ theme : "advanced", |