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/browser.twig')
-rw-r--r--assets/templates/browser.twig33
1 files changed, 16 insertions, 17 deletions
diff --git a/assets/templates/browser.twig b/assets/templates/browser.twig
index a03f79a9..b7b7dbe6 100644
--- a/assets/templates/browser.twig
+++ b/assets/templates/browser.twig
@@ -1,24 +1,23 @@
<!DOCTYPE html>
<html xml:lang="{{lang.applocale}}" lang="{{lang.applocale}}" dir="{{lang.applangdir}}">
- <head data-headertemplate="{{headertemplate}}">
- {% include 'components/common_head.twig' %}
+ <head data-headertemplate="{{headertemplate}}">
+ {% include 'components/common_head.twig' %}
- <script src="{{subfolder}}/assets/vendor/jstree/jstree.min.js"></script>
- <style type="text/css">
- .refreshTree {
- position: absolute;
- right: 0;
- z-index: 1000;
- }
- </style>
- </head>
+ <script src="{{subfolder}}/assets/vendor/jstree/jstree.min.js"></script>
+ <style type="text/css">
+ .refreshTree {
+ position: absolute;
+ right: 0;
+ z-index: 1000;
+ }
+ </style>
+ </head>
- <body class="browser">
-{% include 'components/browser_body.twig' %}
- <script src="{{subfolder}}/assets/js/jstree_events.js">
- </script>
+ <body class="browser">
+ {% include 'components/browser_body.twig' %}
+ <script src="{{subfolder}}/assets/js/jstree_events.js"></script>
- </body>
+ </body>
-</html> \ No newline at end of file
+</html>