Skip to content
Extraits de code Groupes Projets
Valider 9334f066 rédigé par Thomas ZILLIOX's avatar Thomas ZILLIOX
Parcourir les fichiers

Reorganize & restyle the topBar

parent 4816c6ec
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<div id="header">
{% include "@CoreHome/_logo.twig" %}
{% include "@CoreHome/_javaScriptDisabled.twig" %}
{% if (showTopMenu == false or showTopMenu) %}
{% include "@CoreHome/_topBar.twig" %}
{% endif %}
</div>
<span class="topBarElem" style="padding-right:70px">
<span id="languageSelection" style="position:absolute">
<span class="topBarElem">
<span id="languageSelection">
<form action="index.php?module=LanguagesManager&amp;action=saveLanguage" method="post">
<select name="language" id="language">
<option title="" value=""
......
Ce diff est replié.
......@@ -2,7 +2,9 @@
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
padding: 0!important;
padding: 0 !important;
position: absolute;
z-index: 9999;
background:#FFF;
border: 1px solid #1F447F!important;
}
......
{% include "@CoreHome/_warningInvalidHost.twig" %}
{% if (showTopMenu == false or showTopMenu) %}
{% include "@CoreHome/_topBar.twig" %}
{% endif %}
{% include "@CoreHome/_topScreen.twig" %}
<div class="ui-confirm" id="alert">
......
......@@ -24,16 +24,7 @@
{% include "_iframeBusterBody.twig" %}
<div id="root">
{% if showTopMenu is not defined or showTopMenu %}
{% set showPeriodSelection = false %}
{% include "@CoreHome/_topBar.twig" %}
{% endif %}
<div id="header">
{% include "@CoreHome/_logo.twig" %}
{% if showPeriodSelection %}{% include "@CoreHome/_periodSelect.twig"%}{% endif %}
{% include "@CoreHome/_javaScriptDisabled.twig" %}
</div>
{% include "@CoreHome/_topScreen.twig" %}
{% import 'ajaxMacros.twig' as ajax %}
{{ ajax.requestErrorDiv }}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter