0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/Surveys/tpls/closeSurvey.tpl
2023-09-19 13:24:55 +01:00

21 lines
432 B
Smarty

{$HEADER}
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
<img src="{$LOGO}"/>
</div>
</div>
<div class="row well">
<div class="col-md-offset-2 col-md-8">
<h1>{$SURVEY->name}</h1>
<p>
<strong>
{$MESSAGE}
</strong>
</p>
</div>
</div>
</div>
{$FOOTER}