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:
@@ -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,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user