mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
14 lines
393 B
Twig
14 lines
393 B
Twig
<script type="text/template" id="alert_success_tpl">
|
||
<div class="alert alert-success">
|
||
<button class="close" data-dismiss="alert">×</button>
|
||
<%= content %>
|
||
</div>
|
||
</script>
|
||
|
||
<script type="text/template" id="alert_error_tpl">
|
||
<div class="alert alert-error">
|
||
<button class="close" data-dismiss="alert">×</button>
|
||
<%= content %>
|
||
</div>
|
||
</script>
|