php-mpos/templates/bootstrap/contactform/disabled.tpl

20 lines
496 B
Smarty

<div class="row">
<div class="col-lg-12">
<div class="panel panel-info">
<div class="panel-heading">
Contact &amp; Support
</div>
<div class="panel-body">
<center>
<table width="100%">
<p>This product comes 'as-is' without any warranty. Please check the Apache License, Version 2.0, for details.</p>
</table>
</center>
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
</div>