Files
pathfinder/public/templates/dialog/notification.html

20 lines
530 B
HTML

<div id="{{id}}" class="txt-center">
{{#content}}
<h1 style="opacity: 0;" class="text-center txt-color {{class}}">
<strong>
<i class="fa {{icon}} fa-fw"></i>{{headline}}
</strong>
</h1>
{{#text}}
{{#.}}
<h5 class="text-center">{{.}}</h5>
{{/.}}
{{/text}}
{{#textSmaller}}
{{#.}}
<h4 class="text-center">{{.}}</h4>
{{/.}}
{{/textSmaller}}
{{/content}}
</div>