BarterDEX/gui/js/charts/IndicatorInfoDialog_html.js

17 lines
804 B
JavaScript
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var IndicatorInfoDialog_html = `
<div class="scxIndicatorInfoDialog modal scxDialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header scxIndicatorInfoDialog__header">
<a href="#" data-dismiss="modal" aria-hidden="true" class="close">×</a>
<h4 class="scxIndicatorInfoDialog__title"></h4>
</div>
<div class="modal-body scxIndicatorInfoDialog__body">
<div class="scxIndicatorInfoDialog__help-content"></div>
</div>
<div class="modal-footer scxIndicatorInfoDialog__footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>`;