1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 14:30:56 +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:
Chad Little 2014-03-12 11:26:43 -07:00
parent be92bf182f
commit 27485bc644

View file

@ -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);
} }