diff options
author | emkael <emkael@tlen.pl> | 2017-06-08 00:26:49 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-06-08 00:26:49 +0200 |
commit | 68a86f42f460ef3abf3a2e7995a96e7d7721df89 (patch) | |
tree | afd1e7a1ede0879820fcf12493194ce66654b843 /templates/ranking.html | |
parent | d2abe60644480600203392371fd3dee668ad00a6 (diff) |
Additional tooltips
Diffstat (limited to 'templates/ranking.html')
-rw-r--r-- | templates/ranking.html | 10 |
1 files changed, 8 insertions, 2 deletions
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> |