From 9729bb314cfedadd1a5b6c646b58a34dfd20d05a Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 24 Jan 2012 19:02:12 +0100 Subject: [PATCH] Minor fixing divs in skills profile --- main/template/default/skill/profile.tpl | 54 ++++++++++++++----------- 1 file changed, 30 insertions(+), 24 deletions(-) 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}

+
    + {foreach $search_skill_list as $search_skill_id} +
  • + {$skill_list[$search_skill_id].name} + +
  • + {/foreach} +
+ {"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} - +