forked from CGM_Public/pretix_original
PDF editor: Add explanatory tooltip for dynamic image
This commit is contained in:
committed by
Raphael Michel
parent
ebf0320c2c
commit
c2f2e157d7
@@ -417,7 +417,8 @@
|
|||||||
<span class="fa fa-image"></span>
|
<span class="fa fa-image"></span>
|
||||||
{% trans "pretix Logo" %}
|
{% trans "pretix Logo" %}
|
||||||
</button>
|
</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>
|
<span class="fa fa-image"></span>
|
||||||
{% trans "Dynamic image" %}
|
{% trans "Dynamic image" %}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user