cryptpad/customize.dist/BottomBar.html

17 lines
430 B
HTML
Raw Normal View History

<!-- This is an HTML fragment which is included into the bottom toolbar -->
<div>
<div class="bottom-bar">
<div class="bottom-bar-left">
2016-09-15 16:35:09 +00:00
<span class="bottom-bar-language">
<select id="language-selector"></select>
2016-09-15 16:35:09 +00:00
</span>
2016-10-24 09:18:34 +00:00
<p data-localization="bottom_france">
2016-09-27 16:33:03 +00:00
</p>
</div>
<div class="bottom-bar-right">
2016-09-15 16:35:09 +00:00
<p data-localization="bottom_support">
</p>
</div>
</div>
</div>