Skip to content

Commit

Permalink
Minor changes, added whitespace on end of pages since this is not par…
Browse files Browse the repository at this point in the history
…t of base.twig anymore
  • Loading branch information
d1ff1cult0 committed Dec 9, 2024
1 parent 4163021 commit 3fdf269
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module/BrBundle/Resources/layouts/corporate/base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
{% endif %}
{% if hasAccess('br_corporate_index', 'events') %}
<div class="vtk-menuitem-holder br">
<a {% if 'events' == getParam('action') and 'br_corporate_index' == getParam('controller') %} class="br-menuUnderlineStyle active" {% else %} class="br-menuUnderlineStyle" {% endif %}
<a class="br-menuUnderlineStyle"
href="https://www.career.vtk.be/evenementen">
{{ translate('Events') }}
</a>
</div>
{% endif %}
{% if hasAccess('br_corporate_jobfair', 'overview') %}
<div class="vtk-menuitem-holder br">
<a {% if 'overview' == getParam('action') and 'br_corporate_jobfair' == getParam('controller') %} class="br-menuUnderlineStyle active" {% else %} class="br-menuUnderlineStyle" {% endif %}
<a {% if 'events' == getParam('action') and 'br_corporate_index' == getParam('controller') %} class="br-menuUnderlineStyle active" {% else %} class="br-menuUnderlineStyle" {% endif %}
href="{{ url("br_corporate_index", {"action": 'events', "language": language.getAbbrev()}) }}">
{{ translate('Jobfair Scans') }}
</a>
Expand Down Expand Up @@ -235,14 +235,14 @@
{% endif %}
{% if hasAccess('br_corporate_index', 'events') %}
<a class="vtk-mobile-primary-menuitem" style="width: 100%; text-align: center"
href="{{ url("br_corporate_index", {"action": 'events', "language": language.getAbbrev()}) }}">
href="https://www.career.vtk.be/evenementen">
{{ translate('Events') }}
</a>
{% endif %}
{% if hasAccess('br_corporate_jobfair', 'overview') %}
<a class="vtk-mobile-primary-menuitem" style="width: 100%; text-align: center"
href="{{ url("br_corporate_jobfair", {"action": 'overview', "language": language.getAbbrev()}) }}">
{{ translate('Jobfair Information') }}
href="{{ url("br_corporate_index", {"action": 'events', "language": language.getAbbrev()}) }}">
{{ translate('Jobfair Scans') }}
</a>
{% endif %}
{% if (hasAccess('br_corporate_cv', 'grouped') or hasAccess('br_corporate_cv', 'list')) and authenticatedPerson != null and (authenticatedPerson.getCompany().getCvBookYears()|length > 0 or authenticatedPerson.getCompany().getCvBookArchiveYears()|length > 0) %}
Expand Down
3 changes: 3 additions & 0 deletions module/BrBundle/Resources/layouts/corporate/match.twig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
</div>
</div>
{% endfor %}

<div style="margin-bottom: 0px; margin-top:50px; position: relative"></div>

{% endblock %}

{% block content_script %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@
{% endfor %}
</div>
</div>
<div style="margin-bottom: 0px; margin-top:50px; position: relative"></div>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
{% endfor %}

<div style="height: 100px"></div>
<div style="margin-bottom: 0px; margin-top:50px; position: relative"></div>


</div>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
</div>
</div>

<div style="margin-bottom: 0px; margin-top:50px; position: relative"></div>
</div>
{% endblock %}

Expand Down

0 comments on commit 3fdf269

Please sign in to comment.