Source for file layout_fields.de.phpinc

Documentation is available at layout_fields.de.phpinc

  1. <?php
  2.     $layoutVals=array(
  3.         "LIST" => array(
  4.             "FRMLST_TABLEADD"       => "<table ... >",
  5.             "FRMLST_THEADADD"        => "<thead ...>",
  6.             "FRMLST_THADD"          => "<th ... >",
  7.             "FRMLST_TRADD_odd"      => "<tr ... > (ungerade Zeile)",
  8.             "FRMLST_TRADD_even"     => "<tr ... > (gerade Zeile)",
  9.             "FRMLST_TDADD"          => "<td ..>",
  10.             "FRMLST_ADDBEFORELINKS" => "</td>...<td>[LINK BUTTONS]</td>",
  11.             "FRMLST_ROWADD"         => "[LINK BUTTONS]</td>...</tr>",
  12.             "FRMLST_LIMIT"          => "max Anzahl von Zeilen (0=alle)"       // pk-06-05-08
  13.         ),
  14.         "FORM" => array(
  15.             "FRMFRM_FORMADD"        => "<form ...>",
  16.             "FRMFRM_FIELDSETADD"    => "<fieldset ...>",
  17.             "FRMFRM_TABLEADD"       => "<form> -> <table ...>",
  18.         )
  19.     );
  20.  
  21.     $labels=array(
  22.         'LIST'  => 'Listen Layout',
  23.         'FORM'  => 'Formular Layout'
  24.     );
  25.  
  26. ?>

Documentation generated on Thu, 08 Jan 2009 17:44:30 +0100 by phpDocumentor 1.4.0a2