mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix legalpad error display
Summary: Fixes T12636. Test Plan: Make a from, submit signature without checking box, see correctly aligned error. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12636 Differential Revision: https://secure.phabricator.com/D17789
This commit is contained in:
parent
e18ce14c20
commit
9509bd1c7f
1 changed files with 4 additions and 1 deletions
|
@ -320,13 +320,16 @@ final class LegalpadDocumentSignController extends LegalpadController {
|
|||
$crumbs->setBorder(true);
|
||||
$crumbs->addTextCrumb($document->getMonogram());
|
||||
|
||||
$box = id(new PHUITwoColumnView())
|
||||
->setFooter($signature_box);
|
||||
|
||||
return $this->newPage()
|
||||
->setTitle($title)
|
||||
->setCrumbs($crumbs)
|
||||
->setPageObjectPHIDs(array($document->getPHID()))
|
||||
->appendChild(array(
|
||||
$content,
|
||||
$signature_box,
|
||||
$box,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue