diff options
author | friendica <info@friendica.com> | 2012-01-04 18:03:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-04 18:03:09 -0800 |
commit | 47edaf9ad79b59d96f908b4501d564e5e63cc210 (patch) | |
tree | 635ffc5cd770e2d7f073a2e8c6cc12c2853b7bcc /view/jot.tpl | |
parent | b0c3dc00b9252d896d233747bdd317fb5c360d51 (diff) | |
download | volse-hubzilla-47edaf9ad79b59d96f908b4501d564e5e63cc210.tar.gz volse-hubzilla-47edaf9ad79b59d96f908b4501d564e5e63cc210.tar.bz2 volse-hubzilla-47edaf9ad79b59d96f908b4501d564e5e63cc210.zip |
dynamic title input box - via fabrixxm
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 83af1ae37..cb4eb64d4 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -14,6 +14,7 @@ <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="$post_id" /> <div id="jot-title-wrapper"> + <span id="jot-title-desc" style="display: none;">$addtitle</span> <input type="text" name="title" id="jot-title" value="" style="display: none;" /> </div> @@ -46,9 +47,6 @@ <div id="profile-nolocation-wrapper" style="display: none;" > <a id="profile-nolocation" class="icon noglobe" title="$noloc" onclick="jotClearLocation();return false;"></a> </div> - <div id="profile-title-wrapper" style="display: $visitor;" > - <a id="profile-title" class="icon article" title="$title" onclick="jotTitle();return false;"></a> - </div> <div id="profile-jot-plugin-wrapper"> $jotplugins |