Fix tooltips
This commit is contained in:
parent
f7ef9de8ef
commit
17bbef17bd
1 changed files with 34 additions and 34 deletions
68
index.html
68
index.html
|
|
@ -61,7 +61,7 @@
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
data-i18n="[title]keyboard.generic-shortcut"
|
data-i18n="[title]keyboard.generic-shortcut"
|
||||||
data-i18n-options="{ 'action': '$t(navbar.export-tooltip)', 'key': 'X' }"
|
data-i18n-options='{ "action": "$t(navbar.export-tooltip)", "key": "X" }'
|
||||||
title="Export route"
|
title="Export route"
|
||||||
>
|
>
|
||||||
<span class="fa fa-lg fa-cloud-download" aria-hidden="true"> </span>
|
<span class="fa fa-lg fa-cloud-download" aria-hidden="true"> </span>
|
||||||
|
|
@ -78,12 +78,12 @@
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
data-i18n="[title]navbar.load.tooltip"
|
data-i18n="[title]navbar.load.tooltip"
|
||||||
data-i18n-options="{
|
data-i18n-options='{
|
||||||
'tracksAction': '$t(navbar.load.tracks)',
|
"tracksAction": "$t(navbar.load.tracks)",
|
||||||
'tracksKey': 'O',
|
"tracksKey": "O",
|
||||||
'nogosAction': '$t(navbar.load.nogos)',
|
"nogosAction": "$t(navbar.load.nogos)",
|
||||||
'nogosKey': '$t(keyboard.shift)+O'
|
"nogosKey": "$t(keyboard.shift)+O"
|
||||||
}"
|
}'
|
||||||
title="Load route"
|
title="Load route"
|
||||||
>
|
>
|
||||||
<span class="fa fa-lg fa-cloud-upload" aria-hidden="true"> </span>
|
<span class="fa fa-lg fa-cloud-upload" aria-hidden="true"> </span>
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
<div
|
<div
|
||||||
class="nav-item"
|
class="nav-item"
|
||||||
data-i18n="[title]keyboard.generic-shortcut"
|
data-i18n="[title]keyboard.generic-shortcut"
|
||||||
data-i18n-options="{ 'action': '$t(about.tooltip)', 'key': 'H' }"
|
data-i18n-options='{ "action": "$t(about.tooltip)", "key": "H" }'
|
||||||
title="Show more information about BRouter-Web"
|
title="Show more information about BRouter-Web"
|
||||||
>
|
>
|
||||||
<a class="nav-link" href="#" data-toggle="modal" data-target="#about"
|
<a class="nav-link" href="#" data-toggle="modal" data-target="#about"
|
||||||
|
|
@ -822,11 +822,11 @@
|
||||||
href="#tab_layers_control"
|
href="#tab_layers_control"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-i18n="[title]sidebar.tab-tooltip"
|
data-i18n="[title]sidebar.tab-tooltip"
|
||||||
data-i18n-options="{
|
data-i18n-options='{
|
||||||
'action': '$t(sidebar.layers.tooltip)',
|
"action": "$t(sidebar.layers.tooltip)",
|
||||||
'toggleKey': 'T',
|
"toggleKey": "T",
|
||||||
'switchKey': '$t(keyboard.shift)+T'
|
"switchKey": "$t(keyboard.shift)+T"
|
||||||
}"
|
}'
|
||||||
title="Select layers"
|
title="Select layers"
|
||||||
>
|
>
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -856,11 +856,11 @@
|
||||||
href="#tab_itinerary"
|
href="#tab_itinerary"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-i18n="[title]sidebar.tab-tooltip"
|
data-i18n="[title]sidebar.tab-tooltip"
|
||||||
data-i18n-options="{
|
data-i18n-options='{
|
||||||
'action': '$t(sidebar.itinerary.tooltip)',
|
"action": "$t(sidebar.itinerary.tooltip)",
|
||||||
'toggleKey': 'T',
|
"toggleKey": "T",
|
||||||
'switchKey': '$t(keyboard.shift)+T'
|
"switchKey": "$t(keyboard.shift)+T"
|
||||||
}"
|
}'
|
||||||
title="Show Itinerary"
|
title="Show Itinerary"
|
||||||
><i class="fa fa-map-signs"></i
|
><i class="fa fa-map-signs"></i
|
||||||
></a>
|
></a>
|
||||||
|
|
@ -870,11 +870,11 @@
|
||||||
href="#tab_profile"
|
href="#tab_profile"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-i18n="[title]sidebar.tab-tooltip"
|
data-i18n="[title]sidebar.tab-tooltip"
|
||||||
data-i18n-options="{
|
data-i18n-options='{
|
||||||
'action': '$t(sidebar.customize-profile.tooltip)',
|
"action": "$t(sidebar.customize-profile.tooltip)",
|
||||||
'toggleKey': 'T',
|
"toggleKey": "T",
|
||||||
'switchKey': '$t(keyboard.shift)+T'
|
"switchKey": "$t(keyboard.shift)+T"
|
||||||
}"
|
}'
|
||||||
title="Customize profile"
|
title="Customize profile"
|
||||||
><i class="fa fa-wrench"></i
|
><i class="fa fa-wrench"></i
|
||||||
></a>
|
></a>
|
||||||
|
|
@ -884,11 +884,11 @@
|
||||||
href="#tab_data"
|
href="#tab_data"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-i18n="[title]sidebar.tab-tooltip"
|
data-i18n="[title]sidebar.tab-tooltip"
|
||||||
data-i18n-options="{
|
data-i18n-options='{
|
||||||
'action': '$t(sidebar.data.tooltip)',
|
"action": "$t(sidebar.data.tooltip)",
|
||||||
'toggleKey': 'T',
|
"toggleKey": "T",
|
||||||
'switchKey': '$t(keyboard.shift)+T'
|
"switchKey": "$t(keyboard.shift)+T"
|
||||||
}"
|
}'
|
||||||
title="Show detailed route data table"
|
title="Show detailed route data table"
|
||||||
><i class="fa fa-table"></i
|
><i class="fa fa-table"></i
|
||||||
></a>
|
></a>
|
||||||
|
|
@ -898,11 +898,11 @@
|
||||||
href="#tab_analysis"
|
href="#tab_analysis"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-i18n="[title]sidebar.tab-tooltip"
|
data-i18n="[title]sidebar.tab-tooltip"
|
||||||
data-i18n-options="{
|
data-i18n-options='{
|
||||||
'action': '$t(sidebar.analysis.tooltip)',
|
"action": "$t(sidebar.analysis.tooltip)",
|
||||||
'toggleKey': 'T',
|
"toggleKey": "T",
|
||||||
'switchKey': '$t(keyboard.shift)+T'
|
"switchKey": "$t(keyboard.shift)+T"
|
||||||
}"
|
}'
|
||||||
title="Analyse route"
|
title="Analyse route"
|
||||||
><i class="fa fa-pie-chart"></i
|
><i class="fa fa-pie-chart"></i
|
||||||
></a>
|
></a>
|
||||||
|
|
@ -1218,7 +1218,7 @@
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-label="Toggle elevation chart"
|
aria-label="Toggle elevation chart"
|
||||||
data-i18n="[title]keyboard.generic-shortcut"
|
data-i18n="[title]keyboard.generic-shortcut"
|
||||||
data-i18n-options="{ 'action': '$t(footer.elevation-chart)', 'key': 'E' }"
|
data-i18n-options='{ "action": "$t(footer.elevation-chart)", "key": "E" }'
|
||||||
title="Toggle elevation chart"
|
title="Toggle elevation chart"
|
||||||
>
|
>
|
||||||
<span class="fa fa-area-chart"></span>
|
<span class="fa fa-area-chart"></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue