From b6ffa7c93e08ffd2a91c040f32b0ad984c97b38b Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 5 Jul 2013 21:20:23 -0400 Subject: [PATCH] debug toolbar wip --- framework/yii/debug/views/default/index.php | 41 +++++++++++++-------- framework/yii/debug/views/layouts/main.php | 6 +-- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/framework/yii/debug/views/default/index.php b/framework/yii/debug/views/default/index.php index 87e676eaff..79caf027df 100644 --- a/framework/yii/debug/views/default/index.php +++ b/framework/yii/debug/views/default/index.php @@ -10,20 +10,31 @@ use yii\helpers\Html; */ ?>
-
- -
-
- getDetail(); ?> + + +
+
+
+ +
+
+ getDetail(); ?> +
+
- diff --git a/framework/yii/debug/views/layouts/main.php b/framework/yii/debug/views/layouts/main.php index 7a3b55c2e1..11eeb2d2c6 100644 --- a/framework/yii/debug/views/layouts/main.php +++ b/framework/yii/debug/views/layouts/main.php @@ -16,11 +16,7 @@ Yii::$app->getView()->registerAssetBundle('yii/bootstrap/responsive'); beginBody(); ?> -
-
- -
-
+ endBody(); ?> endPage(); ?>