-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from bbalet/dev
Dev
- Loading branch information
Showing
37 changed files
with
952 additions
and
8 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
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
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
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,49 @@ | ||
<?php | ||
/** | ||
* Email template.You can change the content of this template | ||
* @copyright Copyright (c) 2014-2017 Benjamin BALET | ||
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0 | ||
* @link https://github.com/bbalet/jorani | ||
* @since 0.1.0 | ||
*/ | ||
?> | ||
<html lang="cs"> | ||
<head> | ||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | ||
<meta charset="UTF-8"> | ||
<style> | ||
table {width:50%;margin:5px;border-collapse:collapse;} | ||
table, th, td {border: 1px solid black;} | ||
th, td {padding: 20px;} | ||
h5 {color:red;} | ||
</style> | ||
</head> | ||
<body> | ||
<h3>{Title}</h3> | ||
{Firstname} {Lastname} cancelled a requested time off. See the <a href="{BaseUrl}leaves/leaves/{LeaveId}">details</a> below:<br /> | ||
<table border="0"> | ||
<tr> | ||
<td>From </td><td>{StartDate} ({StartDateType})</td> | ||
</tr> | ||
<tr> | ||
<td>To </td><td>{EndDate} ({EndDateType})</td> | ||
</tr> | ||
<tr> | ||
<td>Type </td><td>{Type}</td> | ||
</tr> | ||
<tr> | ||
<td>Duration </td><td>{Duration}</td> | ||
</tr> | ||
<tr> | ||
<td>Balance </td><td>{Balance}</td> | ||
</tr> | ||
<tr> | ||
<td>Reason </td><td>{Reason}</td> | ||
</tr> | ||
</table> | ||
<br /> | ||
You can check the <a href="{BaseUrl}hr/counters/collaborators/{UserId}">leave balance</a> before validating the leave request. | ||
<hr> | ||
<h5>*** This is an automatically generated message, please do not reply to this message ***</h5> | ||
</body> | ||
</html> |
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,49 @@ | ||
<?php | ||
/** | ||
* Email template.You can change the content of this template | ||
* @copyright Copyright (c) 2014-2017 Benjamin BALET | ||
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0 | ||
* @link https://github.com/bbalet/jorani | ||
* @since 0.1.0 | ||
*/ | ||
?> | ||
<html lang="de"> | ||
<head> | ||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | ||
<meta charset="UTF-8"> | ||
<style> | ||
table {width:50%;margin:5px;border-collapse:collapse;} | ||
table, th, td {border: 1px solid black;} | ||
th, td {padding: 20px;} | ||
h5 {color:red;} | ||
</style> | ||
</head> | ||
<body> | ||
<h3>{Title}</h3> | ||
{Firstname} {Lastname} cancelled a requested time off. See the <a href="{BaseUrl}leaves/leaves/{LeaveId}">details</a> below:<br /> | ||
<table border="0"> | ||
<tr> | ||
<td>From </td><td>{StartDate} ({StartDateType})</td> | ||
</tr> | ||
<tr> | ||
<td>To </td><td>{EndDate} ({EndDateType})</td> | ||
</tr> | ||
<tr> | ||
<td>Type </td><td>{Type}</td> | ||
</tr> | ||
<tr> | ||
<td>Duration </td><td>{Duration}</td> | ||
</tr> | ||
<tr> | ||
<td>Balance </td><td>{Balance}</td> | ||
</tr> | ||
<tr> | ||
<td>Reason </td><td>{Reason}</td> | ||
</tr> | ||
</table> | ||
<br /> | ||
You can check the <a href="{BaseUrl}hr/counters/collaborators/{UserId}">leave balance</a> before validating the leave request. | ||
<hr> | ||
<h5>*** This is an automatically generated message, please do not reply to this message ***</h5> | ||
</body> | ||
</html> |
Oops, something went wrong.