code from amapei

This commit is contained in:
cagette@ct8
2020-09-26 18:25:18 +00:00
parent 42fe367911
commit 72b4699871
1966 changed files with 220437 additions and 2 deletions
+42
View File
@@ -0,0 +1,42 @@
::use 'design.mtt'::
<div class="col-md-12">
<div class="article text-center">
<div class="alert alert-success" style="font-size: 1.6em;font-weight: bold;">
<i class="fa fa-check" aria-hidden="true"></i> ::_("Your order has been recorded !")::
</div>
<hr/>
<div style="margin:32px;">
<p>
<b>::_("You chose to pay with your money pot."):: :</b>
</p>
<p>
::_("Please remember to clear your balance at the time agreed with the coordinator of your group.")::
</p>
<p>
::__("Your current balance is : ::balance:: ::currency::",{balance: balance,currency: currency() })::
</p>
<p>
<a href="/contract" class="btn btn-default">
<span class="glyphicon glyphicon-chevron-right"></span> ::_("Check my orders")::</a>
<a href="/account/payments" class="btn btn-default">
<span class="glyphicon glyphicon-chevron-right"></span> ::_("Check my payments history")::</a>
</p>
</div>
</div>
</div>
::end::