]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/jot.tpl
Frio - fix missing modal for editing albums
[friendica.git] / view / theme / frio / templates / jot.tpl
index 84f9a81a985380945da5326aa0ded6de8db59f9c..423be5a5d99b8f12bd5190dcf4bf3afe518d051d 100644 (file)
@@ -1,6 +1,5 @@
-
 {{* The button to open the jot - in This theme we move the button with js to the second nav bar *}}
-<button class="btn btn-sm btn-main pull-right" id="jotOpen" onclick="jotShow();"><i class="fa fa-pencil-square-o fa-2x"></i></button>
+<button class="btn btn-sm btn-main pull-right" id="jotOpen" aria-label="{{$new_post}}" title="{{$new_post}}" onclick="jotShow();"><i class="fa fa-pencil-square-o fa-2x"></i></button>
 
 
 <div id="jot-content">
@@ -70,7 +69,9 @@
                                        <div id="profile-jot-banner-end"></div>
 
                                        {{* The hidden input fields which submit important values with the post *}}
-                                       <input type="hidden" name="type" value="{{$ptyp}}" />
+                                       <input type="hidden" name="jot" value="{{$jot}}" />
+                                       <input type="hidden" name="wall" value="{{$wall}}" />
+                                       <input type="hidden" name="post_type" value="{{$posttype}}" />
                                        <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}}" />