mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +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(
|
||||
'name' => '__submit__',
|
||||
'sigil' => '__default__',
|
||||
'type' => 'submit',
|
||||
),
|
||||
$this->submitButton);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue