Add ui.footer-items to add a custom page footer

Summary: Fixes T6052. Allow installs to link to legal documents, etc., in the page footer.

Test Plan:
  - Configured a footer.
  - Viewed workboards (no footer).
  - Viewed Conpherence (no apparent disruption, I think everything z-indexes over the footer).
  - Viewed stuff on mobile (seems OK).
  - Viewed login page (saw footer).

{F201718}

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T6052

Differential Revision: https://secure.phabricator.com/D10466
This commit is contained in:
epriestley
2014-09-10 14:44:34 -07:00
parent 13834f1406
commit d3cd9115f9
6 changed files with 118 additions and 20 deletions

View File

@@ -326,6 +326,7 @@ final class PhabricatorProjectBoardViewController
),
array(
'title' => pht('%s Board', $project->getName()),
'showFooter' => false,
));
}