Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107009799
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
Thu, Apr 3, 12:44
Size
553 B
Mime Type
text/x-php
Expires
Sat, Apr 5, 12:44 (2 d)
Engine
blob
Format
Raw Data
Handle
25271825
Attached To
rPH Phabricator
LegalpadDocumentDoneController.php
View Options
<?php
final
class
LegalpadDocumentDoneController
extends
LegalpadController
{
public
function
shouldRequireLogin
()
{
return
false
;
}
public
function
processRequest
()
{
$request
=
$this
->
getRequest
();
$viewer
=
$request
->
getUser
();
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