diff --git a/admin-dev/themes/default/scss/admin-theme/_admin-modules.sass b/admin-dev/themes/default/scss/admin-theme/_admin-modules.sass index 6c4ae423e..b39bd074b 100644 --- a/admin-dev/themes/default/scss/admin-theme/_admin-modules.sass +++ b/admin-dev/themes/default/scss/admin-theme/_admin-modules.sass @@ -66,6 +66,7 @@ @include box-shadow(rgba(0,0,0,0.2) 0 1px 3px inset) border: solid 1px #ccc background-color: #eee + cursor: n-resize .module_col_icon display: table-cell width: 50px diff --git a/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl index 0a3e720e2..34ea84c6d 100644 --- a/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl @@ -27,11 +27,11 @@ {block name="label"} {if $input['type'] == 'modules'} -
diff --git a/themes/default-bootstrap/header.tpl b/themes/default-bootstrap/header.tpl index b613e749b..3caaf49c9 100644 --- a/themes/default-bootstrap/header.tpl +++ b/themes/default-bootstrap/header.tpl @@ -69,11 +69,16 @@ {/foreach} {/if} + + {$HOOK_HEADER} @@ -117,7 +122,7 @@