diff options
author | Friendika <info@friendika.com> | 2011-03-29 18:57:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-29 18:57:26 -0700 |
commit | 066bdca30dde91fd94c58707f638536ec0ba9002 (patch) | |
tree | de30df727ed397d892338a0b609d357d668163f3 /view/jot.tpl | |
parent | 8f547283c07483123901ae41c9f70881113cb35d (diff) | |
download | volse-hubzilla-066bdca30dde91fd94c58707f638536ec0ba9002.tar.gz volse-hubzilla-066bdca30dde91fd94c58707f638536ec0ba9002.tar.bz2 volse-hubzilla-066bdca30dde91fd94c58707f638536ec0ba9002.zip |
optionally set article title
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index fd85b9267..f5010301f 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -12,6 +12,7 @@ <input type="hidden" name="return" value="$return_path" /> <input type="hidden" name="location" id="jot-location" value="$defloc" /> <input type="hidden" name="coord" id="jot-coord" value="" /> + <input type="hidden" name="title" id="jot-title" value="" /> <input type="hidden" name="post_id" value="$post_id" /> <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >$content</textarea> @@ -40,6 +41,10 @@ <div id="profile-nolocation-wrapper" style="display: none;" > <img id="profile-nolocation" src="images/noglobe.gif" alt="$noloc" title="$noloc" onclick="jotClearLocation();" /> </div> + <div id="profile-title-wrapper" style="display: $visitor;" > + <img id="profile-title" src="images/article.gif" alt="$title" title="$title" onclick="jotTitle();" /> + </div> + <div id="profile-jot-plugin-wrapper"> $jotplugins </div> |