aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/jot.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-13 06:02:18 -0700
committerfriendica <info@friendica.com>2012-04-13 06:02:18 -0700
commit11ba88b6d21a40c302d21646dfa9366bb393931d (patch)
treefeddc7956054f7966e2f4ebd4231df20e9e31fee /view/theme/quattro/jot.tpl
parentdf1904b204a969780609cac64bbb1a03a8dd3fcb (diff)
parentf6e1ddf7fbcc122f5122336650e1cfaa71aed8e3 (diff)
downloadvolse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.gz
volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.bz2
volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.zip
Merge pull request #230 from fabrixxm/master
some work, mainly on quattro
Diffstat (limited to 'view/theme/quattro/jot.tpl')
-rw-r--r--view/theme/quattro/jot.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/quattro/jot.tpl b/view/theme/quattro/jot.tpl
index 2f89d4372..95c0ff6b1 100644
--- a/view/theme/quattro/jot.tpl
+++ b/view/theme/quattro/jot.tpl
@@ -1,8 +1,10 @@
<form id="profile-jot-form" action="$action" method="post">
<div id="jot">
<div id="profile-jot-desc" class="jothidden">&nbsp;</div>
- <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none" />
+ <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" title="$placeholdertitle" value="$title" class="jothidden" style="display:none" /><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" title="$placeholdercategory" value="$category" class="jothidden" style="display:none" />
<div id="character-counter" class="grey jothidden"></div>
+
+
<input type="hidden" name="type" value="$ptyp" />
<input type="hidden" name="profile_uid" value="$profile_uid" />
@@ -20,8 +22,10 @@
<li><a id="profile-link" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;" title="$weblink">$shortweblink</a></li>
<li><a id="profile-video" onclick="jotVideoURL();return false;" title="$gvideo">$shortvideo</a></li>
<li><a id="profile-audio" onclick="jotAudioURL();return false;" title="$audio">$shortaudio</a></li>
+ <!-- TODO: waiting for a better placement
<li><a id="profile-location" onclick="jotGetLocation();return false;" title="$setloc">$shortsetloc</a></li>
<li><a id="profile-nolocation" onclick="jotClearLocation();return false;" title="$noloc">$shortnoloc</a></li>
+ -->
<li><a id="jot-preview-link" onclick="preview_post(); return false;" title="$preview">$preview</a></li>
$jotplugins