]> git.mxchange.org Git - friendica.git/blobdiff - view/jot.tpl
change to hover function
[friendica.git] / view / jot.tpl
index 71b92986d20289ae64c9450ddbfa3dac41b0e1ef..66621db5eb738b2476e55e8bc2203ee714ed1ddb 100644 (file)
                <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" />
+               <div id="jot-title-wrapper">
+               <span id="jot-title-desc" style="display: none;">$addtitle</span>
+               <span id="jot-title-display" style="display: none;"></span>
+               <input type="text" name="title" id="jot-title" value="" style="display: none;" />
+               </div>
 
                <img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
                <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>
@@ -44,9 +48,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