Blame | Letzte Änderung | Log anzeigen | RSS feed
<?$Feld="Beschreibung2";if (isset($user_rechte[modul_name][tool_name][$Feld])){?><tr><td nowrap class=links><? if ($web_rechte[modul_name][tool_name][$Feld]) { echo $web_rechte[modul_name][tool_name][$Feld]; } else { ?>Beschreibung 2<?}?></td><td class=rechts><table class="input" cellspacing="0" cellpadding="0" width="100%" height="60px"><tr><td valign="top" id="<? echo $Feld ?>_view" onClick="call_editor('<? echo $Feld ?>')"><? if (!$zeile[$Feld]) {?> <? } else { echo $zeile[$Feld]; } ?></td><input type="hidden" name="<? echo $Feld ?>" value="<? echo htmlentities($zeile[$Feld]) ?>"></tr></table></td></tr><?}?>