|
Lines 19-25
Link Here
|
| 19 |
[% END %] |
19 |
[% END %] |
| 20 |
[% END %] |
20 |
[% END %] |
| 21 |
<input type="hidden" name="confirm_budget_exceeding" value="1" /> |
21 |
<input type="hidden" name="confirm_budget_exceeding" value="1" /> |
| 22 |
<div class="dialog"> |
22 |
<div class="dialog alert"> |
| 23 |
[% IF (budget_exceeded) %] |
23 |
[% IF (budget_exceeded) %] |
| 24 |
<p>Warning! Order total amount exceeds allowed budget.</p> |
24 |
<p>Warning! Order total amount exceeds allowed budget.</p> |
| 25 |
[% END %] |
25 |
[% END %] |
|
Lines 30-37
Link Here
|
| 30 |
<p>Warning! You will exceed maximum limit ([% expenditure %][% IF (currency) %] [% currency %][% END %]) for your fund.</p> |
30 |
<p>Warning! You will exceed maximum limit ([% expenditure %][% IF (currency) %] [% currency %][% END %]) for your fund.</p> |
| 31 |
[% END %] |
31 |
[% END %] |
| 32 |
<p>Do you want to confirm this order?</p> |
32 |
<p>Do you want to confirm this order?</p> |
| 33 |
<input type="submit" class="approve" value="Yes, I confirm" /> |
33 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, I confirm</button> |
| 34 |
<input type="button" class="deny" value="No, I don't confirm" onclick="window.location.href = '[% referer %]'" /> |
34 |
<button type="button" class="deny" onclick="window.location.href = '[% referer %]'"><i class="fa fa-fw fa-remove"></i> No, I don't confirm</button> |
| 35 |
</div> |
35 |
</div> |
| 36 |
</form> |
36 |
</form> |
| 37 |
[% END %] |
37 |
[% END %] |
| 38 |
- |
|
|