Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120161169
LegalpadDocumentDoneController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 2, 09:14
Size
539 B
Mime Type
text/x-php
Expires
Fri, Jul 4, 09:14 (2 d)
Engine
blob
Format
Raw Data
Handle
27077223
Attached To
rPH Phabricator
LegalpadDocumentDoneController.php
View Options
<?php
final
class
LegalpadDocumentDoneController
extends
LegalpadController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$viewer
=
$request
->
getViewer
();
return
$this
->
newDialog
()
->
setTitle
(
pht
(
'Verify Signature'
))
->
appendParagraph
(
pht
(
'Thank you for signing this document. Please check your email '
.
'to verify your signature and complete the process.'
))
->
addCancelButton
(
'/'
,
pht
(
'Okay'
));
}
}
Event Timeline
Log In to Comment