Source for file DBMS_FIELD_IMAGE_FieldEditArr_DE.phpinc

Documentation is available at DBMS_FIELD_IMAGE_FieldEditArr_DE.phpinc

  1. <?php
  2. /**
  3.   * openCSP DBMS_FIELD_IMAGE language settings DE
  4.   *
  5.   * @project Open CSP-Management
  6.   * @package dbms_field
  7.   *
  8.   * @author Peter Krebs <pitlinz@users.sourceforge.net>
  9.   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.   *
  11.   * @since pk-09.06.2008
  12.   * @version $Id: DBMS_FIELD_IMAGE_FieldEditArr_DE.phpinc,v 1.2 2008/10/18 12:18:38 pitlinz Exp $
  13.   ***/
  14.  
  15. // ---------------------------------------------------------
  16. // requirements
  17. // ---------------------------------------------------------
  18.  
  19. // ---------------------------------------------------------
  20. // declaration
  21. // ---------------------------------------------------------
  22.  
  23. // ---------------------------------------------------------
  24. // functions
  25. // ---------------------------------------------------------
  26.  
  27. // ---------------------------------------------------------
  28. // main
  29. // ---------------------------------------------------------
  30.  
  31.     $a_ret['SHOW']['FLD_SHOWMOD']['FLDVAL']="
  32.             nicht in der Suchmaske
  33.             <input name=\"SHOWREADONLY\" type=\"checkbox\" ".($this->hideReadOnly "" "checked=\"checked\"")." value=\"1\" /> ReadOnly
  34.         ";
  35.  
  36.       $a_ret['VALCHECKS']['FLD_SIZE']=array(
  37.             'FLDLAB'=>'Bildgr&ouml;&szlig;e',
  38.             'FLDTIT'=>'in Pixel',
  39.             'FLDVAL'=>"
  40.                     max width: <input name=\"maxWidth\"  value=\"".$this->maxWidth"\" size=\"4\" /> x
  41.                     max height: <input name=\"maxHeight\"  value=\"".$this->maxHeight."\" size=\"4\" />
  42.                     <span style=\"white-space: nowrap;\"><input type=\"checkbox\" name=\"resizeOnUpload\" value=\"1\" ".($this->resizeOnUpload "checked=\"checked\"" "")." /> Gr&ouml;&szlig;e beim Upload anpassen<span>
  43.                 "
  44.             );
  45.     if (OCSP_OBJ::currentUser()->isAdmin())
  46.     {            
  47.         $a_ret['LAYOUT']['FLD_HIDEINPUT']=array(
  48.                 'FLDLAB'=>'Eingabefeld',
  49.                 'FLDVAL'=>"<input name=\"hideInputField\" type=\"checkbox\"".($this->hideInputField "" "checked=\"checked\"" )." value=\"1\" /> Pfadeingabe erm&ouml;glichen"
  50.                 );
  51.     }
  52.  
  53.     $a_ret['LIST']['SHOWSIZE']=array(
  54.             'FLDLAB'=>"Listen Gr&ouml;&szlig;e:",
  55.             'FLDTIT'=>"Darestellungsgr&ouml;&szlig;e in Listen. Sind beide Werte > 0 wird das Bild verzerrt. Ansonsten wird es im Verh&auml;ltnis 1:1 dargestelt",
  56.             'FLDVAL'=>"
  57.                     max width: <input name=\"listMaxWidth\"  value=\"".$this->listMaxWidth"\" size=\"4\" /> x
  58.                     max height: <input name=\"listMaxHeight\"  value=\"".$this->listMaxHeight."\" size=\"4\" />
  59.                 "
  60.         );
  61. ?>

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