-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket rejection emails have been implemented. Client email notificat…
…ion system finished? Could definitely use polishing, but the functionality is there. Now for admin emails...
- Loading branch information
Showing
5 changed files
with
141 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- I would love to organize these templates better, but I have no idea where eclipse is putting everything when it builds the project --> | ||
<!DOCTYPE html> | ||
<html> | ||
<body> | ||
<h4>We've received your order! We'll let you know when your device{s} will ship.</h2> | ||
<p>The following ticket{s} {was/were} generated:</p> | ||
<div name = 'tickets' style='text-indent: 20px'> | ||
<p>Ticket #<a href='../WebContent/html/webpages/'>12321312</a></p> | ||
<p>Ticket #<a href='../WebContent/html/webpages/'>12321312</a></p> | ||
</div> | ||
</body> | ||
<footer style='text-align: center;'><font size='2'>To change notification settings, please visit your <a href='../WebContent/html/webpages/profileSettings.jsp'>profile settings page</a></font></footer> | ||
</html> |