mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
rename file part 1
This commit is contained in:
14
templates/web/prod/Tooltip/Tooltip.html.twig
Normal file
14
templates/web/prod/Tooltip/Tooltip.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="popover" style="display:block;{% if maxwidth %}max-width:{{ maxwidth }}px;{% endif %}{% if width %}width:{{ width }}px;{% endif %}position:relative;">
|
||||
<div class="arrow"></div>
|
||||
<div class="popover-inner" style="width:auto;">
|
||||
<h3 class="popover-title">
|
||||
{% if title %}
|
||||
{{ title }}
|
||||
{% endif %}
|
||||
<button data-dismiss="modal" class="close tooltip_closer" style="display:none;">×</button>
|
||||
</h3>
|
||||
<div class="popover-content">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user