Add Mozilla format tooltips

This commit is contained in:
Rob Garrison 2018-01-17 07:49:57 -06:00
parent ce798ac51b
commit 9929d92284

View File

@ -270,8 +270,8 @@
<a href="manage.html" tabindex="-1"><button id="cancel-button" i18n-text="styleCancelEditLabel"></button></a> <a href="manage.html" tabindex="-1"><button id="cancel-button" i18n-text="styleCancelEditLabel"></button></a>
</div> </div>
<div id="mozilla-format-container"> <div id="mozilla-format-container">
<button id="from-mozilla" i18n-text="importLabel"></button> <button id="from-mozilla" i18n-title="styleMozillaFormatHeading" i18n-text="importLabel"></button>
<button id="to-mozilla" i18n-text="exportLabel"></button> <button id="to-mozilla" i18n-title="styleMozillaFormatHeading" i18n-text="exportLabel"></button>
<a id="to-mozilla-help" class="svg-inline-wrapper" href="#"> <a id="to-mozilla-help" class="svg-inline-wrapper" href="#">
<svg class="svg-icon info"><use xlink:href="#svg-icon-help"/></svg> <svg class="svg-icon info"><use xlink:href="#svg-icon-help"/></svg>
</a> </a>