mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Move PHUIInfoView
Summary: Just moves this because I can never easily find it. Test Plan: Check UIExamples Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18348
This commit is contained in:
parent
8ca29a607a
commit
ec5f20b399
2 changed files with 1 additions and 1 deletions
|
@ -1769,7 +1769,7 @@ phutil_register_library_map(array(
|
||||||
'PHUIImageMaskExample' => 'applications/uiexample/examples/PHUIImageMaskExample.php',
|
'PHUIImageMaskExample' => 'applications/uiexample/examples/PHUIImageMaskExample.php',
|
||||||
'PHUIImageMaskView' => 'view/phui/PHUIImageMaskView.php',
|
'PHUIImageMaskView' => 'view/phui/PHUIImageMaskView.php',
|
||||||
'PHUIInfoExample' => 'applications/uiexample/examples/PHUIInfoExample.php',
|
'PHUIInfoExample' => 'applications/uiexample/examples/PHUIInfoExample.php',
|
||||||
'PHUIInfoView' => 'view/form/PHUIInfoView.php',
|
'PHUIInfoView' => 'view/phui/PHUIInfoView.php',
|
||||||
'PHUIInvisibleCharacterTestCase' => 'view/phui/__tests__/PHUIInvisibleCharacterTestCase.php',
|
'PHUIInvisibleCharacterTestCase' => 'view/phui/__tests__/PHUIInvisibleCharacterTestCase.php',
|
||||||
'PHUIInvisibleCharacterView' => 'view/phui/PHUIInvisibleCharacterView.php',
|
'PHUIInvisibleCharacterView' => 'view/phui/PHUIInvisibleCharacterView.php',
|
||||||
'PHUILeftRightExample' => 'applications/uiexample/examples/PHUILeftRightExample.php',
|
'PHUILeftRightExample' => 'applications/uiexample/examples/PHUILeftRightExample.php',
|
||||||
|
|
Loading…
Reference in a new issue