Blame | Letzte Änderung | Log anzeigen | RSS feed
<?$Feld="status";if (isset($user_rechte[modul_name][tool_name][$Feld])){?><tr><td class=links><?if (($web_rechte[modul_name][tool_name][$Feld]) and (!strrpos($web_rechte[modul_name][tool_name][$Feld],";"))){echo $web_rechte[modul_name][tool_name][$Feld];}else{?>Status<?}?></td><td class=rechts><? $kats=explode(";",$web_rechte[modul_name][tool_name][$Feld]); ?><select name="<? echo $Feld ?>"><?$kat_runner=0;foreach($kats as $elem){?><option value="<? echo $kat_runner ?>"<? if ($zeile[$Feld] == $kat_runner) { ?>selected<? } ?>><? echo $elem ?></option><?$kat_runner++;}?></select></td></tr><?}?>