-Into portal_normal.vm change this code:
#if ($is_signed_in)
#dockbar()
#end
with this one
#if (($is_signed_in) && $permissionChecker.isCompanyAdmin($company_id))
#dockbar()
#end
it will hide dockbar for users except admin
-Into portal_normal.vm change this code:
#if ($is_signed_in)
#dockbar()
#end
with this one
#if (($is_signed_in) && $permissionChecker.isCompanyAdmin($company_id))
#dockbar()
#end
it will hide dockbar for users except admin