mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
more fixs to that menu
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44485 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
90aa22e993
commit
5d74baf7c8
@ -325,7 +325,7 @@ class HtmlEditorField_Toolbar extends ViewableData {
|
||||
)
|
||||
),
|
||||
new TreeDropdownField("internal", _t('HtmlEditorField.PAGE', "Page"), "SiteTree", "URLSegment"),
|
||||
new TextField("external", _t('HtmlEditorField.URL', "URL")),
|
||||
new TextField("external", _t('HtmlEditorField.URL', "URL"), 'http://'),
|
||||
new EmailField("email", _t('HtmlEditorField.EMAIL', "Email address")),
|
||||
new TreeDropdownField("file",_t('HtmlEditorField.FILE', "File"),"File", "Filename"),
|
||||
new TextField("Description", _t('HtmlEditorField.LINKDESCR', "Link description")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user