Skip to content
Snippets Groups Projects
Commit 436e99e9 authored by Armand Bahi's avatar Armand Bahi
Browse files

Translate map legend

parent 2ea66685
Branches
No related tags found
No related merge requests found
<div class="maplegendtool">
<div ng-if="!$root.is_mobile" id="maplegendcontainer-button">
<div class="list-group-item active pointer maplegend-button-content"
title="Légende de la carte"
title="{{ 'VMAP_LEGEND_TOOL' | translate }}"
collapse="{{ctrl.legend_collapsed === true ? 'out' : 'in'}}"
data-target="#maplegendcontainer"
onclick="oVmap.getMapManager().collapseElement(this)">
<span class="icon-info list-group-icon"></span>
<span>Légende</span>
<span>{{ 'VMAP_LEGEND' | translate }}</span>
<span class="list-group-icon2"
ng-class="{'icon-keyboard_arrow_down':ctrl.legend_collapsed !== true, 'icon-keyboard_arrow_right':ctrl.legend_collapsed === true}"></span>
</div>
......@@ -14,10 +14,10 @@
<div id="maplegendcontainer" class="layers-tool legend" collapse="{{ctrl.legend_collapsed === true ? 'out' : 'in'}}">
<ul class="nav nav-tabs layerstree-nav" ng-show="$root.compare_enabled">
<li ng-class="{'active' : activeMap == 1}">
<a href="#" ng-click="activeMap=1;ctrl.resize()">Carte 1</a>
<a href="#" ng-click="activeMap=1;ctrl.resize()">{{ 'VMAP_LEGEND_MAP_1' | translate }}</a>
</li>
<li ng-class="{'active' : activeMap == 2}">
<a href="#" ng-click="activeMap=2;ctrl.resize()">Carte 2</a>
<a href="#" ng-click="activeMap=2;ctrl.resize()">{{ 'VMAP_LEGEND_MAP_2' | translate }}</a>
</li>
</ul>
<div id="maplegend" class="tree legend" ng-show="activeMap == 1 || !$root.compare_enabled">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment