[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class LegalpadDocumentDoneController extends LegalpadController { 4 5 public function shouldAllowPublic() { 6 return true; 7 } 8 9 public function processRequest() { 10 $request = $this->getRequest(); 11 $viewer = $request->getUser(); 12 13 return $this->newDialog() 14 ->setTitle(pht('Verify Signature')) 15 ->appendParagraph( 16 pht( 17 'Thank you for signing this document. Please check your email '. 18 'to verify your signature and complete the process.')) 19 ->addCancelButton('/', pht('Okay')); 20 } 21 22 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |