diff --git a/main/template/default/skill/profile.tpl b/main/template/default/skill/profile.tpl index 0efaa8f72d..91dcb08128 100644 --- a/main/template/default/skill/profile.tpl +++ b/main/template/default/skill/profile.tpl @@ -99,34 +99,39 @@ function checkLength( o, n, min, max ) { {$form} -
+ {if !empty($search_skill_list) } -

{"Skills"|get_lang}

- - {"SaveThisSearch"|get_lang} +
+

{"Skills"|get_lang}

+ + {"SaveThisSearch"|get_lang} +
{/if} -
-
+ + {if !empty($profiles) } -

{"SkillProfiles"|get_lang}

- +
+

{"SkillProfiles"|get_lang}

+ +
{/if} -
-
+ + {if !empty($order_user_list) } +
{foreach $order_user_list as $count => $user_list}

{"Matches"|get_lang} {$count}/{$total_search_skills}

{foreach $user_list as $user} @@ -156,10 +161,11 @@ function checkLength( o, n, min, max ) {
{/foreach} {/foreach} +
{else}
{"NoResults"|get_lang}
{/if} - +