PDF editor: Add explanatory tooltip for dynamic image

This commit is contained in:
Raphael Michel
2022-03-13 14:12:13 +01:00
committed by Raphael Michel
parent ebf0320c2c
commit c2f2e157d7

View File

@@ -417,7 +417,8 @@
<span class="fa fa-image"></span>
{% trans "pretix Logo" %}
</button>
<button class="btn btn-default btn-block" id="editor-add-image" disabled>
<button class="btn btn-default btn-block" id="editor-add-image" disabled
data-toggle="tooltip" title="{% trans "You can use this to add user-uploaded pictures from questions or pictures generated by plugins. If you want to embed a logo or other images, use a custom background instead." %}">
<span class="fa fa-image"></span>
{% trans "Dynamic image" %}
</button>