Skip to content

Commit 10366ca

Browse files
committed
Move title for toggle changes
1 parent 64580bb commit 10366ca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

includes/fragment-pageTable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</td>
1616
{% endif %}
1717
{% if site.data.info.togglechanges == 'y' %}
18-
<td id="toggle-change-display" style="text-align: right;border-left-style: hidden">
18+
<td id="toggle-change-display" style="text-align: right;border-left-style: hidden" title="{{site.data.stringsBase[include.lang]['HighlightChangesHelp']}}">
1919
<label style="margin:0;font-weight:normal" for="showChanges">{{site.data.stringsBase[include.lang]['HighlightChanges']}}</label>
20-
<input style="margin:0" type="checkbox" id="showChanges" title="{{site.data.stringsBase[include.lang]['HighlightChangesHelp']}}" onchange="toggleChanges()"/>
20+
<input style="margin:0" type="checkbox" id="showChanges" onchange="toggleChanges()"/>
2121
</td>
2222
{% endif %}
2323
</tr>

includes/fragment-resourceTable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</td>
66
<td><i>{{site.data.stringsBase[include.lang]['Version']}}</i>:
77
{% if site.data.info.togglechanges == 'y' %}
8-
<span id="toggle-change-display" style="float:right">
8+
<span id="toggle-change-display" style="float:right" title="{{site.data.stringsBase[include.lang]['HighlightChangesHelp']}}">
99
<label style="margin:0;font-weight:normal" for="showChanges">{{site.data.stringsBase[include.lang]['HighlightChanges']}}</label>
10-
<input style="margin:0" type="checkbox" id="showChanges" title="{{site.data.stringsBase[include.lang]['HighlightChangesHelp']}}" onchange="toggleChanges()"/>
10+
<input style="margin:0" type="checkbox" id="showChanges" onchange="toggleChanges()"/>
1111
</span>
1212
{% endif %}
1313
<span class="copy-text">{{site.data.resources[resource_].version}}<button title="{{site.data.stringsBase[include.lang]['CopyVersioned']}}" class="btn-copy" data-clipboard-text="{{site.data.resources[resource_].url}}|{{site.data.resources[resource_].version}}"/></span>

0 commit comments

Comments
 (0)