mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
resolved conficts in Editable text field
This commit is contained in:
parent
b2e1deeb10
commit
53390d6a5d
@ -21,7 +21,7 @@ class EditableTextField extends EditableFormField {
|
||||
public static $max_length = 32;
|
||||
|
||||
public static $rows = 1;
|
||||
|
||||
|
||||
static $singular_name = 'Text field';
|
||||
|
||||
static $plural_name = 'Text fields';
|
||||
@ -32,7 +32,7 @@ class EditableTextField extends EditableFormField {
|
||||
$this->MaxLength = self::$max_length;
|
||||
$this->Rows = self::$rows;
|
||||
parent::__construct( $record, $isSingleton );
|
||||
}
|
||||
}
|
||||
|
||||
function ExtraOptions() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user