mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-25 06:50:55 +01:00
Add type=submit to AphrontDialogView
Summary: This is required for browsers <= IE7 Test Plan: Inspected HTML for type. Reviewers: epriestley Subscribers: aran, epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8503
This commit is contained in:
parent
be92bf182f
commit
27485bc644
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ final class AphrontDialogView extends AphrontView {
|
||||||
array(
|
array(
|
||||||
'name' => '__submit__',
|
'name' => '__submit__',
|
||||||
'sigil' => '__default__',
|
'sigil' => '__default__',
|
||||||
|
'type' => 'submit',
|
||||||
),
|
),
|
||||||
$this->submitButton);
|
$this->submitButton);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue