Vorlage:Steps: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
Zeile 9: Zeile 9:
 
  $cells=explode('::',trim($line));
 
  $cells=explode('::',trim($line));
 
  $out='<tr><td width="1%" class="p-3 m-3">
 
  $out='<tr><td width="1%" class="p-3 m-3">
<span class="fa-stack fa-lg" style="color:#fde200"><span class="fa fa-circle fa-stack-2x" style="color:#fde200"></span><strong class="fa-stack-1x" style="color:white;font-size:20px;">'.trim($cells[0]).'</strong></span></td><td>';
+
<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.='<strong>'.trim($cells[2]).'</strong><br />';
 
  $out.='<strong>'.trim($cells[2]).'</strong><br />';

Version vom 19. April 2021, 13:45 Uhr