1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-26 05:29:06 +01:00

Add "Fax" content source

Summary: Can't believe I missed this.

Test Plan: !!!

Reviewers: isaac, ola, g, jungejason

Reviewed By: ola

CC: aran, ola

Differential Revision: 886
This commit is contained in:
epriestley 2011-09-01 12:22:43 -07:00
parent c2fef51b3d
commit f4c8525a9a
4 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ final class PhabricatorContentSource {
const SOURCE_CONDUIT = 'conduit';
const SOURCE_MOBILE = 'mobile';
const SOURCE_TABLET = 'tablet';
const SOURCE_FAX = 'fax';
private $source;
private $params = array();

View file

@ -41,6 +41,7 @@ final class PhabricatorContentSourceView extends AphrontView {
PhabricatorContentSource::SOURCE_EMAIL => 'Email',
PhabricatorContentSource::SOURCE_MOBILE => 'Mobile',
PhabricatorContentSource::SOURCE_TABLET => 'Tablet',
PhabricatorContentSource::SOURCE_FAX => 'Fax',
);
$source = $this->contentSource->getSource();

View file

@ -14,3 +14,4 @@ Some icons have been adapted from the FatCow set for use in Phabricator:
source/conduit.png (from satellite_dish.png)
source/mobile.png (from phone.png)
source/tablet.png (from tablet.png)
source/fax.png (from fax.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B