diff --git a/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig index bfcdf9b7d..e861f1361 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Search/advanced_search.html.twig @@ -18,29 +18,31 @@ {% block title title|trans %} - -{% block content %} - -
- -

{{ title|trans }}

- - {{ form_start(form) }} - - {% for f in form %} - {% if f.vars.name != 'submit' %} - {{ form_row(f) }} - {% endif %} - {% endfor %} - - - {{ form_end(form) }} - +{% block content %} +
+
+
+ +

{{ title|trans }}

+ + {{ form_start(form) }} + + {% for f in form %} + {% if f.vars.name != 'submit' %} + {{ form_row(f) }} + {% endif %} + {% endfor %} + +
    +
  • + {{ form_widget(form.submit, { 'attr' : { 'class': 'btn btn-create change-icon' } } ) }} +
  • +
+ + {{ form_end(form) }} + +
- +
{% endblock %} diff --git a/src/Bundle/ChillMainBundle/Resources/views/Search/error.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Search/error.html.twig index f536fa8cd..3672b6bf8 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Search/error.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Search/error.html.twig @@ -19,7 +19,13 @@ {% set _search_pattern = pattern %} {% block content %} +
+
+
-

{{ message }}

+

{{ message }}

+
+
+
{% endblock %} diff --git a/src/Bundle/ChillMainBundle/Resources/views/Search/list.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Search/list.html.twig index 0e3a76a5d..d1711f231 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Search/list.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Search/list.html.twig @@ -21,13 +21,15 @@ {% block title %}{{ 'Search %pattern%'|trans({ '%pattern%' : pattern }) }}{% endblock title %} {% block content %} +
+
+
-
-
{% for result in results %} {{ result|raw }} {% endfor %} +
- -{% endblock %} \ No newline at end of file +
+{% endblock %} diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue index b0e72b0b5..8eda199fc 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue @@ -1,13 +1,13 @@ @@ -36,11 +36,11 @@ import Confirm from './components/Confirm.vue'; export default { name: 'App', - components: { + components: { Banner, StickyNav, OriginDemand, - PersonsAssociated, + PersonsAssociated, Requestor, SocialIssue, Referrer, @@ -78,12 +78,12 @@ export default { } padding: 0em 0em; margin: 1em 0; - border: 1px dotted #718596ab; + border: 1px dotted #718596ab; border-radius: 5px; border-left: 1px dotted #718596ab; border-right: 1px dotted #718596ab; - dd { - margin-left: 1em; + dd { + margin-left: 1em; } & > div { margin: 1em 3em 0; @@ -91,6 +91,6 @@ export default { table { } } - + } diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index c15869b1d..099b2c27b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -7,6 +7,9 @@ {% endblock %} {% block content %} +
+
+
{% if 'DRAFT' == accompanyingCourse.step %}
@@ -62,6 +65,7 @@ {% endif %}

{{ 'Associated peoples'|trans }}

+
{% for p in accompanyingCourse.participations %} {% if p.enddate is null %} @@ -334,7 +338,7 @@
{% else %} -

{{ 'accompanying_course_work.Any work'|trans }}

+

{{ 'accompanying_course_work.Any work'|trans }}

{% endfor %}
- {% block contentActivity %} {% set person = null %} {% include 'ChillActivityBundle:Activity:list.html.twig' with {'context': 'accompanyingCourse', 'context': 'accompanyingCourse'} %} @@ -354,6 +357,10 @@ {# ==> insert accompanyingCourse vue component #}
+ +
+
+
{% endblock %} diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index 192f69d7a..119df6e8e 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -79,9 +79,8 @@