]> git.mxchange.org Git - friendica.git/commitdiff
remove upload file from jot because it's now in the browser included
authorrabuzarus <>
Tue, 21 Mar 2017 20:18:27 +0000 (21:18 +0100)
committerrabuzarus <>
Tue, 21 Mar 2017 20:18:27 +0000 (21:18 +0100)
view/theme/frio/templates/jot.tpl

index 90d17f6c4707a2a32c01a6ae6e9d182c018f585b..1436182b80b6f7fb37f7b839616e3744e7b87066 100644 (file)
                                        </div>
 
                                        <ul id="profile-jot-submit-wrapper" class="jothidden nav nav-pills">
-                                               {{* uncomment the button for "wall-immage-upload" because we have integrated it directly in the jot modal
-                                               <li><a href="#" id="wall-image-upload" title="{{$upload}}"><i class="fa fa-picture-o"></i></a></li>
-                                               *}}
-                                               <li><a href="#" onclick="return false;" id="wall-file-upload"  title="{{$attach}}"><i class="fa fa-paperclip"></i></a></li>
                                                <li><a id="profile-link"  ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;" title="{{$weblink}}"><i class="fa fa-link"></i></a></li>
                                                <li><a id="profile-video" onclick="jotVideoURL();return false;" title="{{$video}}"><i class="fa fa-film"></i></a></li>
                                                <li><a id="profile-audio" onclick="jotAudioURL();return false;" title="{{$audio}}"><i class="fa fa-music"></i></a></li>