diff --git a/admin-dev/themes/template/header.tpl b/admin-dev/themes/template/header.tpl
index e00dee645..12e41c2c7 100644
--- a/admin-dev/themes/template/header.tpl
+++ b/admin-dev/themes/template/header.tpl
@@ -95,6 +95,51 @@
color:{$brightness}
}
+
+
+
@@ -194,24 +239,27 @@
{/if}
{foreach $tabs AS $t}
-
-
-
{$t.name}
-
+
+
+
{$t.name}
+
+
{/foreach}
{foreach $tabs AS $t}
{foreach $t.sub_tabs AS $t2}
-
{$t2.name}
+
{$t2.name}
{/foreach}
- {if $t.current}
- {assign var='mainsubtab' value=$t}
- {/if}
{/foreach}
+{* @todo : handle bo_uimode == hover / not hover ?
{if $employee->bo_uimode == 'hover'}