From 2cd1ec58160f792a1fad0830a592f28dbcbd75a1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 10:33:30 +0300 Subject: remove seemingly useless bordercontainer from main layout --- index.php | 249 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 120 insertions(+), 129 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 789ddde47..d43384573 100644 --- a/index.php +++ b/index.php @@ -150,135 +150,126 @@
- -
-
- -
-
-
- -
-
- -
-
- - get_hooks(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON) as $p) { - echo $p->hook_main_toolbar_button(); - } - ?> - -
- -
- -
- - - - - -
- -
-
- -
-
- -
-
- -
-
-
- -
- -
- - get_hooks(PluginHost::HOOK_TOOLBAR_BUTTON) as $p) { - echo $p->hook_toolbar_button(); - } - ?> - - - -
- -
-
-
-
-
-
-
-
-
-
-
-
-
- - get_hooks(PluginHost::HOOK_ACTION_ITEM) as $p) { - echo $p->hook_action_item(); - } - ?> - - -
- -
-
- - -
-
-
- -
- - - -
-
-
-
-
- -
- -
-
-
+
+
+ +
+
+
+ +
+
+
+ + get_hooks(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON) as $p) { + echo $p->hook_main_toolbar_button(); + } + ?> + +
+ +
+ +
+ + + + + +
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+ + get_hooks(PluginHost::HOOK_TOOLBAR_BUTTON) as $p) { + echo $p->hook_toolbar_button(); + } + ?> + + + +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ + get_hooks(PluginHost::HOOK_ACTION_ITEM) as $p) { + echo $p->hook_action_item(); + } + ?> + + +
+ +
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+
-- cgit v1.2.3