refresh button for gridftp
[qcg-portal.git] / filex / templates / filex / source.html
index 1558f0c..276a7cd 100644 (file)
             </div>
         </div>
 
-        <div class="col-sm-7">
+        <div class="col-sm-6">
             <ol class="breadcrumb path"></ol>
         </div>
 
-        <div class="col-sm-2 text-right">
-            <div class="btn-group" data-toggle="buttons" style="margin-top: 1px">
-                <label class="btn btn-default">
-                    <input id="show-hidden" type="checkbox" autocomplete="off"> Pokaż ukryte
-                </label>
+        <div class="col-sm-3 text-right">
+            <div class="btn-toolbar" role="toolbar" style="margin-top: 1px">
+                <div class="btn-group" role="group">
+                    <button id="btn-refresh" type="button" class="btn btn-default" aria-label="Odśwież">
+                        <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
+                    </button>
+                </div>
+
+                <div class="btn-group" data-toggle="buttons">
+                    <label class="btn btn-default">
+                        <input id="show-hidden" type="checkbox" autocomplete="off"> Pokaż ukryte
+                    </label>
+                </div>
+
             </div>
         </div>
     </div>