Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112970302
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, May 14, 04:21
Size
553 B
Mime Type
text/x-php
Expires
Fri, May 16, 04:21 (2 d)
Engine
blob
Format
Raw Data
Handle
26141520
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