rename file part 1

This commit is contained in:
Romain Neutron
2012-05-23 14:15:42 +02:00
parent f95cf7fb68
commit 825dfde285

View 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>