Vorlage:Steps: Unterschied zwischen den Versionen
Aus Afterbuy-Wiki
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 10: | Zeile 10: | ||
$out='<tr><td width="1%" class="p-3 m-3" valign="top"><span class="fa-stack fa-lg" style="color:#edb800"><span class="fa fa-circle fa-stack-2x" style="color:#edb800"></span><strong class="fa-stack-1x" style="color:white;font-size:20px;">'.trim($cells[0]).'</strong></span></td><td>'; | $out='<tr><td width="1%" class="p-3 m-3" valign="top"><span class="fa-stack fa-lg" style="color:#edb800"><span class="fa fa-circle fa-stack-2x" style="color:#edb800"></span><strong class="fa-stack-1x" style="color:white;font-size:20px;">'.trim($cells[0]).'</strong></span></td><td>'; | ||
if(isset($cells[2]) && trim($cells[2])!=""){ | if(isset($cells[2]) && trim($cells[2])!=""){ | ||
− | $out.='<div class=" | + | $out.='<div class="pt-3 font-weight-bold h3" style="">'.trim($cells[2]).'</div>'; |
} | } | ||
$out.=chr(10).trim($cells[1]).'</td></tr>'; | $out.=chr(10).trim($cells[1]).'</td></tr>'; |