Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/components/browser_body.twig')
-rw-r--r--assets/templates/components/browser_body.twig24
1 files changed, 11 insertions, 13 deletions
diff --git a/assets/templates/components/browser_body.twig b/assets/templates/components/browser_body.twig
index dbc532fa..82fb16d0 100644
--- a/assets/templates/components/browser_body.twig
+++ b/assets/templates/components/browser_body.twig
@@ -1,16 +1,14 @@
+<div dir="{{lang.applangdir}}">
- <div dir="{{lang.applangdir}}">
+ <div class="logo">
+ <a href="{{subfolder}}/" target="_parent">{{appName}}</a>
+ </div>
+ <div class="refreshTree" id="refreshTree">
+ <a href="#">
+ <img src="{{icon.Refresh}}" alt="{{lang.strrefresh}}" title="{{lang.strrefresh}}"/>
+ </a>
+ </div>
- <div class="logo">
- <a href="{{subfolder}}/" target="_parent">{{appName}}</a>
- </div>
- <div class="refreshTree" id="refreshTree">
- <a href="#">
- <img src="{{icon.Refresh}}" alt="{{lang.strrefresh}}" title="{{lang.strrefresh}}" />
- </a>
- </div>
-
- <div id="lazy" class="demo"></div>
-
- </div>
+ <div id="lazy" class="demo"></div>
+</div>