1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-21 13:00:56 +01:00

Increase height of message box on invite workflow

Summary:
At least one user wanted to type more text here, and it seems reasonable that administrators may want to write a couple of paragraphs.

I didn't make this short for any particular reason, I just wasn't sure what the workflow would look like as I was building it.

Test Plan: Loaded page, saw normal height text area.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11779
This commit is contained in:
epriestley 2015-02-16 11:09:07 -08:00
parent 557c22e9df
commit f206da2dbf

View file

@ -188,8 +188,7 @@ final class PhabricatorPeopleInviteSendController
id(new AphrontFormTextAreaControl()) id(new AphrontFormTextAreaControl())
->setLabel(pht('Message')) ->setLabel(pht('Message'))
->setName(pht('message')) ->setName(pht('message'))
->setValue($message) ->setValue($message))
->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_SHORT))
->appendChild( ->appendChild(
id(new AphrontFormSubmitControl()) id(new AphrontFormSubmitControl())
->setValue( ->setValue(