Vorlage:Steps: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
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="pt-2 mt-2 font-weight-bold h4">'.trim($cells[2]).'</div>';
+
  $out.='<div class="pt-2 mt-3 font-weight-bold h4">'.trim($cells[2]).'</div>';
 
  }
 
  }
 
  $out.=chr(10).trim($cells[1]).'</td></tr>';
 
  $out.=chr(10).trim($cells[1]).'</td></tr>';

Version vom 4. Juni 2021, 07:17 Uhr