This commit is contained in:
CHIEFSOFT\ameye
2024-09-24 10:49:20 -04:00
parent 6e87d4762b
commit 9137824dec
+7 -5
View File
@@ -83,11 +83,12 @@
</tr>
<?php
$total_price = 0;
$pad_l =0;
foreach ($task as $item){
$total_price =$total_price + $item["price"];
?>
<tr>
<td class="bodycopy" style="padding:5px; font-weight:bold; font-size 20px; color:black;">
<td class="bodycopy" style="font-weight:bold; font-size 20px; color:black; padding-left: <?=$pad_l?>px;">
<div style="background-color:#f7f7f8; margin-top: 10px; padding: 5px; border-radius: 10px; text-align: left;">
<div><?=$item["title"]?></div>
<div style="display: flex; width: 100%;">
@@ -99,6 +100,7 @@
</td>
</tr>
<?php
$pad_l = $pad_l + 20;
}
?>
@@ -131,14 +133,14 @@
<td class="innerpadding borderbottom">
<table width="100%" border="0" >
<tr>
<td>
<td style="text-align: center;">
<a href="https://apps.apple.com/us/app/wrenchboard/id1435718367?ls=1">
<img src=https://www.wrenchboard.com/assets/images/download-apple.jpg" alt="Apple" border="0" />
<img style="max-width: 200px; height: auto" src="https://users.wrenchboard.com/assets/images/download/apple.jpg" alt="Apple" border="0" />
</a>
</td>
<td>
<td style="text-align: center;">
<a href="https://apps.apple.com/us/app/wrenchboard/id1435718367?ls=1">
<img src="https://www.wrenchboard.com/assets/images/download-android.jpg" alt="Android" border="0" />
<img style="max-width: 200px; height: auto" src="https://users.wrenchboard.com/assets/images/download/android.jpg" alt="Android" border="0" />
</a>
</td>
</tr>