diff --git a/src/applications/metamta/contentsource/source/PhabricatorContentSource.php b/src/applications/metamta/contentsource/source/PhabricatorContentSource.php index e058dfdb1d..c190df5e8e 100644 --- a/src/applications/metamta/contentsource/source/PhabricatorContentSource.php +++ b/src/applications/metamta/contentsource/source/PhabricatorContentSource.php @@ -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(); diff --git a/src/applications/metamta/contentsource/view/PhabricatorContentSourceView.php b/src/applications/metamta/contentsource/view/PhabricatorContentSourceView.php index 5018b27eb8..5ad1f0d297 100644 --- a/src/applications/metamta/contentsource/view/PhabricatorContentSourceView.php +++ b/src/applications/metamta/contentsource/view/PhabricatorContentSourceView.php @@ -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(); diff --git a/webroot/rsrc/image/icon/fatcow/README b/webroot/rsrc/image/icon/fatcow/README index 5d3ea5ed31..c294834741 100644 --- a/webroot/rsrc/image/icon/fatcow/README +++ b/webroot/rsrc/image/icon/fatcow/README @@ -13,4 +13,5 @@ Some icons have been adapted from the FatCow set for use in Phabricator: source/email.png (from email.png) source/conduit.png (from satellite_dish.png) source/mobile.png (from phone.png) - source/tablet.png (from tablet.png) \ No newline at end of file + source/tablet.png (from tablet.png) + source/fax.png (from fax.png) \ No newline at end of file diff --git a/webroot/rsrc/image/icon/fatcow/source/fax.png b/webroot/rsrc/image/icon/fatcow/source/fax.png new file mode 100644 index 0000000000..399c895aaa Binary files /dev/null and b/webroot/rsrc/image/icon/fatcow/source/fax.png differ