Made quite a few changes so that the code works in the server
[vanilla-miry.git] / themes / people_password_request_form_validpostback.php
blob777045eb7224a2cdcc4c229fc2cbf1aa27897eff
1 <?php
2 // Note: This file is included from the library/People/People.Control.PasswordRequestForm.php control.
4 echo '<div class="FormComplete">
5 <h2>'.$this->Context->GetDefinition('RequestProcessed').'</h2>
6 <ul>
7 <li>'.str_replace('//1',
8 FormatStringForDisplay($this->EmailSentTo, 1),
9 $this->Context->GetDefinition('MessageSentToXContainingPasswordInstructions')).'</li>
10 </ul>
11 </div>';