@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

More button grey conversions

Summary: Ran across a few straglers. Convert to the correct color.

Test Plan: grep for profile-image-button, check profile image selection page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18096

+9 -9
+1 -1
src/applications/conpherence/controller/ConpherenceRoomPictureController.php
··· 132 132 $button = javelin_tag( 133 133 'button', 134 134 array( 135 - 'class' => 'grey profile-image-button', 135 + 'class' => 'button-grey profile-image-button', 136 136 'sigil' => 'has-tooltip', 137 137 'meta' => array( 138 138 'tip' => $spec['tip'],
+2 -2
src/applications/files/controller/PhabricatorFileComposeController.php
··· 82 82 $buttons[] = javelin_tag( 83 83 'button', 84 84 array( 85 - 'class' => 'grey profile-image-button', 85 + 'class' => 'button-grey profile-image-button', 86 86 'sigil' => 'has-tooltip compose-select-color', 87 87 'style' => 'margin: 0 8px 8px 0', 88 88 'meta' => array( ··· 102 102 $icons[] = javelin_tag( 103 103 'button', 104 104 array( 105 - 'class' => 'grey profile-image-button', 105 + 'class' => 'button-grey profile-image-button', 106 106 'sigil' => 'has-tooltip compose-select-icon', 107 107 'style' => 'margin: 0 8px 8px 0', 108 108 'meta' => array(
+1 -1
src/applications/people/controller/PhabricatorPeopleProfilePictureController.php
··· 190 190 $button = javelin_tag( 191 191 'button', 192 192 array( 193 - 'class' => 'grey profile-image-button', 193 + 'class' => 'button-grey profile-image-button', 194 194 'sigil' => 'has-tooltip', 195 195 'meta' => array( 196 196 'tip' => $spec['tip'],
+1 -1
src/applications/phame/controller/blog/PhameBlogProfilePictureController.php
··· 133 133 $button = javelin_tag( 134 134 'button', 135 135 array( 136 - 'class' => 'grey profile-image-button', 136 + 'class' => 'button-grey profile-image-button', 137 137 'sigil' => 'has-tooltip', 138 138 'meta' => array( 139 139 'tip' => $spec['tip'],
+1 -1
src/applications/phortune/controller/merchant/PhortuneMerchantPictureController.php
··· 133 133 $button = javelin_tag( 134 134 'button', 135 135 array( 136 - 'class' => 'grey profile-image-button', 136 + 'class' => 'button-grey profile-image-button', 137 137 'sigil' => 'has-tooltip', 138 138 'meta' => array( 139 139 'tip' => $spec['tip'],
+1 -1
src/applications/project/controller/PhabricatorProjectBoardBackgroundController.php
··· 138 138 $button = javelin_tag( 139 139 'button', 140 140 array( 141 - 'class' => 'grey profile-image-button', 141 + 'class' => 'button-grey profile-image-button', 142 142 'sigil' => 'has-tooltip', 143 143 'meta' => array( 144 144 'tip' => $option['name'],
+2 -2
src/applications/project/controller/PhabricatorProjectEditPictureController.php
··· 134 134 $button = javelin_tag( 135 135 'button', 136 136 array( 137 - 'class' => 'grey profile-image-button', 137 + 'class' => 'button-grey profile-image-button', 138 138 'sigil' => 'has-tooltip', 139 139 'meta' => array( 140 140 'tip' => $spec['tip'], ··· 285 285 $default_button = javelin_tag( 286 286 'button', 287 287 array( 288 - 'class' => 'grey profile-image-button', 288 + 'class' => 'button-grey profile-image-button', 289 289 'sigil' => 'has-tooltip', 290 290 'meta' => array( 291 291 'tip' => pht('Use Icon and Color'),