diff --git a/app/Resources/public/css/themes/rainbow/default.css b/app/Resources/public/css/themes/rainbow/default.css index e08d2e64b4..132ea03547 100755 --- a/app/Resources/public/css/themes/rainbow/default.css +++ b/app/Resources/public/css/themes/rainbow/default.css @@ -549,11 +549,17 @@ legend{ padding-right: 10px; padding-top: 5px; } +#carousel-announcement .carousel-indicators li{ + border: 1px solid #162A83; +} @media (max-width: 480px) { .item-menu{ width: 100%; text-align: center; } + #carousel-announcement{ + min-height: auto; + } } .required:before { diff --git a/main/template/rainbow/social/avatar_block.tpl b/main/template/rainbow/social/avatar_block.tpl index 2d5e8d2a8a..2a813f7d2f 100644 --- a/main/template/rainbow/social/avatar_block.tpl +++ b/main/template/rainbow/social/avatar_block.tpl @@ -1,22 +1,25 @@ -
- {% if show_group %} - -
-

- {{ user_group.name }} -

-

{{ user_group.description }}

- {% if user_is_group_admin %} - - {% endif %} -
- {% elseif show_user %} - - - - {% endif %} +
+
diff --git a/main/template/rainbow/social/form_modals.tpl b/main/template/rainbow/social/form_modals.tpl index d853e6f0ed..9c6f8adee9 100644 --- a/main/template/rainbow/social/form_modals.tpl +++ b/main/template/rainbow/social/form_modals.tpl @@ -21,27 +21,27 @@
diff --git a/main/template/rainbow/social/group_block.tpl b/main/template/rainbow/social/group_block.tpl index 93f82dc120..d3123dbe64 100644 --- a/main/template/rainbow/social/group_block.tpl +++ b/main/template/rainbow/social/group_block.tpl @@ -1 +1 @@ - {{ social_avatar_block }} +{{ social_avatar_block }} diff --git a/main/template/rainbow/social/group_view.tpl b/main/template/rainbow/social/group_view.tpl index 45642273d8..748628c111 100644 --- a/main/template/rainbow/social/group_view.tpl +++ b/main/template/rainbow/social/group_view.tpl @@ -6,10 +6,33 @@
{{ social_avatar_block }} {{ social_menu_block }} + + +
+
+
+ +
+
+ {{ social_friend_block }} +
+
+
+
+
+
+
{{ create_link }} + {% if is_group_member == false %} {% endif %} - + +
+

{{ group_info.name }}

+

{{ group_info.description }}

+
+
+ {{ social_forum }} +
+ {{ social_right_content }}
{{ social_auto_extend_link }} +
- {% endblock %} diff --git a/main/template/rainbow/social/group_waiting_list.tpl b/main/template/rainbow/social/group_waiting_list.tpl index 5378d0af2b..52d3a444be 100644 --- a/main/template/rainbow/social/group_waiting_list.tpl +++ b/main/template/rainbow/social/group_waiting_list.tpl @@ -29,9 +29,7 @@ - {% endfor %} -
{{ social_auto_extend_link }} diff --git a/main/template/rainbow/social/groups_topics.tpl b/main/template/rainbow/social/groups_topics.tpl new file mode 100644 index 0000000000..507cc373ab --- /dev/null +++ b/main/template/rainbow/social/groups_topics.tpl @@ -0,0 +1,36 @@ +{% extends template ~ "/layout/layout_1_col.tpl" %} + +{% block content %} +
+
+
+ {{ social_avatar_block }} + {{ social_menu_block }} + + +
+
+
+ +
+
+ {{ social_friend_block }} +
+
+
+
+
+
+
+
+ {{ group_message }} + {{ social_right_content }} +
+
+{% endblock %} diff --git a/main/template/rainbow/social/home.tpl b/main/template/rainbow/social/home.tpl index e1ec5446e2..f3895ee41b 100644 --- a/main/template/rainbow/social/home.tpl +++ b/main/template/rainbow/social/home.tpl @@ -4,7 +4,6 @@
{{ social_avatar_block }} - @@ -19,7 +18,7 @@ {{ social_auto_extend_link }}
- +
@@ -38,34 +37,33 @@
- - - {% if sessionList != null %} -
-
- -
-
-
    - {% for session in sessionList %} -
  • - - {{ session.name }} -
  • - {% endfor %} -
+ + + {% if sessionList != null %} +
+
+ +
+
+
    + {% for session in sessionList %} +
  • + + {{ session.name }} +
  • + {% endfor %} +
+
-
-
- {% endif %} - +
+ {% endif %}
{% endblock %} diff --git a/main/template/rainbow/social/profile.tpl b/main/template/rainbow/social/profile.tpl index 84907d1364..3ae61d0883 100644 --- a/main/template/rainbow/social/profile.tpl +++ b/main/template/rainbow/social/profile.tpl @@ -25,15 +25,15 @@
-
-
- +
+
+
{{ social_friend_block }} @@ -45,28 +45,28 @@ {{ social_skill_block }} {{ social_group_info_block }} - {% if social_course_block != null %} -
-
- -
-
-
    - {{ social_course_block }} -
-
+ {% if social_course_block != null %} +
+
+ +
+
+
    + {{ social_course_block }} +
- {% endif %} +
+ {% endif %} - {% if sessionList != null %} + {% if session_list != null %}
- {% endif %} - + {% endif %} + {{ invitations }} {{ social_rss_block }} {{ social_right_information }}
- {% if form_modals is defined %} - {{ form_modals }} - {% endif %} + +{% if form_modals is defined %} + {{ form_modals }} +{% endif %} {% endblock %} diff --git a/main/template/rainbow/social/search.tpl b/main/template/rainbow/social/search.tpl index 18aa446aa2..83ecdea36c 100644 --- a/main/template/rainbow/social/search.tpl +++ b/main/template/rainbow/social/search.tpl @@ -9,14 +9,12 @@
- -
- {{ search_form }} -
-
- {{ social_search }} -
- +
+ {{ search_form }} +
+
+ {{ social_search }} +
diff --git a/main/template/rainbow/social/skills_block.tpl b/main/template/rainbow/social/skills_block.tpl index 7c66d61a83..6eff8e8339 100644 --- a/main/template/rainbow/social/skills_block.tpl +++ b/main/template/rainbow/social/skills_block.tpl @@ -1,3 +1,8 @@ +
-
{% if skills %} - -
- -
- +
+ +
{% else %}

{{ 'WithoutAchievedSkills'|get_lang }}

diff --git a/main/template/rainbow/social/user_block.tpl b/main/template/rainbow/social/user_block.tpl index 607e74f4bb..0382b3c086 100644 --- a/main/template/rainbow/social/user_block.tpl +++ b/main/template/rainbow/social/user_block.tpl @@ -1,36 +1,62 @@ -

+ diff --git a/main/template/rainbow/social/whoisonline.tpl b/main/template/rainbow/social/whoisonline.tpl index 16c9b16c9b..09cb2177a4 100644 --- a/main/template/rainbow/social/whoisonline.tpl +++ b/main/template/rainbow/social/whoisonline.tpl @@ -14,8 +14,38 @@
- {{ whoisonline }} +
+ {{ whoisonline }} +
+
+ {% endblock %} +