Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        $Feld="Beschreibung";
        if (isset($user_rechte[modul_name][tool_name][$Feld]))
        {
?>
          <tr> 
            <td class=links nowrap>
              <? if ($web_rechte[modul_name][tool_name][$Feld]) { echo $web_rechte[modul_name][tool_name][$Feld]; } else { ?>
              Beschreibung 
              <?}?>
              </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]) {?>
                    &nbsp; 
                    <? } else { echo $zeile[$Feld]; } ?>
                  </td>
                  <input type="hidden" name="<? echo $Feld ?>" value="<? echo htmlentities($zeile[$Feld]) ?>">
                </tr>
              </table>
            </td>
          </tr>
          <?
        }
?>