mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
RenderAsDialog now takes into account its "width" parameter.
SVN:trunk[3382]
This commit is contained in:
@@ -351,7 +351,7 @@ EOF
|
||||
<<<EOF
|
||||
$('#$sDialogId').dialog({
|
||||
height: 'auto',
|
||||
width: 500,
|
||||
width: $iDialogWidth,
|
||||
modal: true,
|
||||
title: '$sDialogTitle',
|
||||
buttons: [
|
||||
@@ -813,7 +813,7 @@ class DesignerLabelField extends DesignerFormField
|
||||
{
|
||||
$sId = $this->oForm->GetFieldId($this->sCode);
|
||||
$sName = $this->oForm->GetFieldName($this->sCode);
|
||||
return array('label' => $this->sLabel, 'value' => $sDescription);
|
||||
return array('label' => $this->sLabel, 'value' => $this->sDescription);
|
||||
}
|
||||
|
||||
public function ReadParam(&$aValues)
|
||||
|
||||
Reference in New Issue
Block a user