Source for file DBMS_FIELD_IMAGE_FieldEditArr_DE.phpinc
Documentation is available at DBMS_FIELD_IMAGE_FieldEditArr_DE.phpinc
* openCSP DBMS_FIELD_IMAGE language settings DE
* @project Open CSP-Management
* @author Peter Krebs <pitlinz@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: DBMS_FIELD_IMAGE_FieldEditArr_DE.phpinc,v 1.2 2008/10/18 12:18:38 pitlinz Exp $
// ---------------------------------------------------------
// ---------------------------------------------------------
// ---------------------------------------------------------
// ---------------------------------------------------------
// ---------------------------------------------------------
// ---------------------------------------------------------
// ---------------------------------------------------------
// ---------------------------------------------------------
$a_ret['SHOW']['FLD_SHOWMOD']['FLDVAL']=
"
<input name=\"SHOWREADONLY\" type=\"checkbox\" ".
($this->hideReadOnly ?
"" :
"checked=\"checked\"").
" value=\"1\" /> ReadOnly
$a_ret['VALCHECKS']['FLD_SIZE']=
array(
'FLDLAB'=>
'Bildgröße',
max width: <input name=\"maxWidth\" value=\"".
$this->maxWidth.
"\" size=\"4\" /> x
max height: <input name=\"maxHeight\" value=\"".
$this->maxHeight.
"\" size=\"4\" />
<span style=\"white-space: nowrap;\"><input type=\"checkbox\" name=\"resizeOnUpload\" value=\"1\" ".
($this->resizeOnUpload ?
"checked=\"checked\"" :
"").
" /> Größe beim Upload anpassen<span>
$a_ret['LAYOUT']['FLD_HIDEINPUT']=
array(
'FLDVAL'=>
"<input name=\"hideInputField\" type=\"checkbox\"".
($this->hideInputField ?
"" :
"checked=\"checked\"" ).
" value=\"1\" /> Pfadeingabe ermöglichen"
$a_ret['LIST']['SHOWSIZE']=
array(
'FLDLAB'=>
"Listen Größe:",
'FLDTIT'=>
"Darestellungsgröße in Listen. Sind beide Werte > 0 wird das Bild verzerrt. Ansonsten wird es im Verhältnis 1:1 dargestelt",
max width: <input name=\"listMaxWidth\" value=\"".
$this->listMaxWidth.
"\" size=\"4\" /> x
max height: <input name=\"listMaxHeight\" value=\"".
$this->listMaxHeight.
"\" size=\"4\" />
Documentation generated on Thu, 08 Jan 2009 17:42:06 +0100 by phpDocumentor 1.4.0a2