diff --git a/bl-kernel/admin/themes/booty/css/bludit.css b/bl-kernel/admin/themes/booty/css/bludit.css index 967aa879..90df3f23 100644 --- a/bl-kernel/admin/themes/booty/css/bludit.css +++ b/bl-kernel/admin/themes/booty/css/bludit.css @@ -61,6 +61,10 @@ code { color: #444; } +.list-group-sortable { + cursor: pointer; +} + /* LOGIN */ diff --git a/bl-kernel/admin/themes/booty/index.php b/bl-kernel/admin/themes/booty/index.php index 4bcbcfe4..0501a988 100644 --- a/bl-kernel/admin/themes/booty/index.php +++ b/bl-kernel/admin/themes/booty/index.php @@ -28,6 +28,7 @@ 'jquery-auto-complete.min.js', 'jquery.datetimepicker.full.min.js' ), DOMAIN_ADMIN_THEME_JS); + echo Theme::jsSortable(); ?> diff --git a/bl-kernel/admin/themes/booty/init.php b/bl-kernel/admin/themes/booty/init.php index db5f1677..8e6e2acc 100644 --- a/bl-kernel/admin/themes/booty/init.php +++ b/bl-kernel/admin/themes/booty/init.php @@ -344,4 +344,18 @@ EOF; { return ''; } + + public static function alert($args) + { + $class = 'alert'; + if (!empty($args['class'])) { + $class = $class.' '.$args['class']; + } + + $text = $args['text']; + +return <<$text +EOF; + } } diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php index 4dce83c5..3d7a631c 100644 --- a/bl-kernel/admin/views/content.php +++ b/bl-kernel/admin/views/content.php @@ -165,7 +165,7 @@ function table($type) { diff --git a/bl-themes/blogx/php/home.php b/bl-themes/blogx/php/home.php index 1772c8ad..908faef2 100644 --- a/bl-themes/blogx/php/home.php +++ b/bl-themes/blogx/php/home.php @@ -41,24 +41,22 @@ 1): ?> -