]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/filebrowser.tpl
Fix ignore notification
[friendica.git] / view / theme / frio / templates / filebrowser.tpl
index 48ed01a01f9d1f3d12c0d660c4e59d52fde1ed0a..6d1e092d0cd4e4eef9d3e5aed39fb3f2f6368c02 100644 (file)
@@ -1,19 +1,10 @@
-       <!--
-               This is the template used by mod/fbrowser.php
-       -->
-<style>
-       #buglink_wrapper{display:none;} /* hide buglink. only in this page */
-</style>
-{{*<script type="text/javascript" src="{{$baseurl}}/js/ajaxupload.js" ></script>*}}
-{{*<script type="text/javascript" src="view/theme/frio/js/filebrowser.js"></script>*}}
-
-<div class="fbrowser {{$type}}">
+<!--
+       This is the template used by mod/fbrowser.php
+-->
+<div id="filebrowser" class="fbrowser {{$type}}" data-nickname="{{$nickname}}" data-type="{{$type}}">
        <div class="fbrowser-content">
-               <input id="fb-nickname" type="hidden" name="type" value="{{$nickname}}" />
-               <input id="fb-type" type="hidden" name="type" value="{{$type}}" />
-
                <div class="error hidden">
-                       <span></span> <button type="button" class="btn btn-link" class="close" aria-label="Close">X</a>
+                       <span></span> <button type="button" class="btn btn-link close" aria-label="Close">X</button>
                </div>
 
                {{* The breadcrumb navigation *}}
@@ -58,7 +49,7 @@
                </div>
 
                <div class="upload">
-                       <button id="upload-{{$type}}">{{"Upload"|t}}</button>
+                       <button id="upload-{{$type}}">{{$upload}}</button>
                </div>
        </div>