From eb695d6db51aecac5a32c4003de80c7a828a06cf Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 11 Apr 2012 08:04:37 -0400 Subject: [PATCH] Move widgets into their own folder --- sys/{windows => }/widgets/connection_sidebar.php | 0 sys/{windows => }/widgets/data_grid.php | 0 sys/{windows => }/widgets/db_info_widget.php | 0 sys/{windows => }/widgets/db_tabs.php | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename sys/{windows => }/widgets/connection_sidebar.php (100%) rename sys/{windows => }/widgets/data_grid.php (100%) rename sys/{windows => }/widgets/db_info_widget.php (100%) rename sys/{windows => }/widgets/db_tabs.php (100%) diff --git a/sys/windows/widgets/connection_sidebar.php b/sys/widgets/connection_sidebar.php similarity index 100% rename from sys/windows/widgets/connection_sidebar.php rename to sys/widgets/connection_sidebar.php diff --git a/sys/windows/widgets/data_grid.php b/sys/widgets/data_grid.php similarity index 100% rename from sys/windows/widgets/data_grid.php rename to sys/widgets/data_grid.php diff --git a/sys/windows/widgets/db_info_widget.php b/sys/widgets/db_info_widget.php similarity index 100% rename from sys/windows/widgets/db_info_widget.php rename to sys/widgets/db_info_widget.php diff --git a/sys/windows/widgets/db_tabs.php b/sys/widgets/db_tabs.php similarity index 100% rename from sys/windows/widgets/db_tabs.php rename to sys/widgets/db_tabs.php