summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-08 00:26:49 +0200
committeremkael <emkael@tlen.pl>2017-06-08 00:26:49 +0200
commit68a86f42f460ef3abf3a2e7995a96e7d7721df89 (patch)
treeafd1e7a1ede0879820fcf12493194ce66654b843 /templates
parentd2abe60644480600203392371fd3dee668ad00a6 (diff)
Additional tooltips
Diffstat (limited to 'templates')
-rw-r--r--templates/player.html2
-rw-r--r--templates/ranking.html10
2 files changed, 9 insertions, 3 deletions
diff --git a/templates/player.html b/templates/player.html
index 538a2cd..6740794 100644
--- a/templates/player.html
+++ b/templates/player.html
@@ -65,7 +65,7 @@
<td class="age-place text-right"></td>
<td class="age-place-change"><span class="label"></span></td>
<td class="score text-right">
- <span class="score-tip"></span>
+ <span class="auto-tooltip"></span>
</td>
</tr>
</tbody>
diff --git a/templates/ranking.html b/templates/ranking.html
index d800f51..5bcb2ca 100644
--- a/templates/ranking.html
+++ b/templates/ranking.html
@@ -20,6 +20,8 @@
<div class="panel panel-default filters">
<div class="panel-heading" role="button" data-toggle="collapse" data-target="#filters" aria-expanded="false" aria-controls="filters">
Filtry rankingu
+ <span class="glyphicon glyphicon-question-sign auto-tooltip"
+ title="Kliknięcie zamienia filtr w danej kategorii.<br />Kliknięcie z klawiszem Ctrl dodaje filtr w kategorii."></span>
</div>
<div class="collapse panel-body" id="filters">
<p>
@@ -82,7 +84,11 @@
<tr class="text-center">
<th colspan="2">Miejsce</th>
<th class="pid" colspan="2">PID</th>
- <th>Zawodnik</th>
+ <th>
+ Zawodnik
+ <span class="glyphicons glyphicons-question-sign auto-tooltip"
+ title="Kliknięcie w wiersz wyświetla historię zawodnika"></span>
+ </th>
<th class="club">Klub</th>
<th class="region" colspan="3">Okręg</th>
<th class="gender" colspan="3">Płeć</th>
@@ -128,7 +134,7 @@
<span class="change label"></span>
</td>
<td class="ranking text-right">
- <span class="score-tip"></span>
+ <span class="auto-tooltip"></span>
</td>
</tr>
</tbody>