Vorlage:Legende: Unterschied zwischen den Versionen
Aus Afterbuy-Wiki
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | + | ||
<phptag> | <phptag> | ||
if(is_array($argv) && !empty($argv)){ | if(is_array($argv) && !empty($argv)){ | ||
Zeile 15: | Zeile 15: | ||
$errorMessages=array(); | $errorMessages=array(); | ||
− | $out=array( '<tr><th>'.$name.'</th><th>'.$description.'</th></tr>'); | + | $out=array( '<table class="table table-hover sortable"><tr><th>'.$name.'</th><th>'.$description.'</th></tr>'); |
$lines=explode('>>',$argv[0]); | $lines=explode('>>',$argv[0]); | ||
$row=1; | $row=1; | ||
Zeile 29: | Zeile 29: | ||
$errorMessages[]="Feld Name in Zeile ".$row." nicht gesetzt"; | $errorMessages[]="Feld Name in Zeile ".$row." nicht gesetzt"; | ||
} | } | ||
+ | if(strpos($fieldName,'*')!==false){ | ||
+ | $mandatory=true; | ||
+ | } | ||
$fieldDescription=""; | $fieldDescription=""; | ||
if(isset($cells[1]) && trim($cells[1])!=""){ | if(isset($cells[1]) && trim($cells[1])!=""){ | ||
Zeile 45: | Zeile 48: | ||
if(isset($out) && is_array($out) && !empty($out)){ | if(isset($out) && is_array($out) && !empty($out)){ | ||
− | echo implode('',$out); | + | echo implode('',$out).'</table>'; |
} | } | ||
} | } | ||
− | |||
} | } | ||
</phptag> | </phptag> | ||
− |
Version vom 31. Mai 2021, 12:42 Uhr