notification template urls fix

This commit is contained in:
Diamantis Tziotzios 2024-05-16 11:13:36 +03:00
parent 9bc6a2e8d1
commit 2cdbfb0445
12 changed files with 12 additions and 12 deletions

View File

@ -270,7 +270,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{installation-url}/descriptions/edit/{id}" target="_blank">Click here to view it.</a> </td>
<td> <a href="{installation-url}/descriptions/overview/{id}" target="_blank">Click here to view it.</a> </td>
</tr>
</tbody>
</table>

View File

@ -7,6 +7,6 @@
<body class="">
<p>Dear {recipient},</p>
<p>{reasonName} just finalised the Description {name}.</p>
<a href="{installation-url}/descriptions/edit/{id}" target="_blank">Click here to view it.</a>
<a href="{installation-url}/descriptions/overview/{id}" target="_blank">Click here to view it.</a>
</body>
</html>

View File

@ -270,7 +270,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{installation-url}/descriptions/edit/{id}" target="_blank">Click here to view it.</a> </td>
<td> <a href="{installation-url}/descriptions/overview/{id}" target="_blank">Click here to view it.</a> </td>
</tr>
</tbody>
</table>

View File

@ -7,6 +7,6 @@
<body class="">
<p>Dear {recipient},</p>
<p>{reasonName} just made changes to the Description {name}.</p>
<a href="{installation-url}/descriptions/edit/{id}" target="_blank">Click here to view it.</a>
<a href="{installation-url}/descriptions/overview/{id}" target="_blank">Click here to view it.</a>
</body>
</html>

View File

@ -270,7 +270,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{installation-url}/{path}/{id}" target="_blank">Click here to view it.</a> </td>
<td> <a href="{installation-url}/plans/overview/{id}" target="_blank">Click here to view it.</a> </td>
</tr>
</tbody>
</table>

View File

@ -7,6 +7,6 @@
<body class="">
<p>Dear {recipient},</p>
<p>{reasonName} just publish the {name}.</p>
<a href="{installation-url}/{path}/{id}" target="_blank">Click here to view it.</a>
<a href="{installation-url}/plans/overview/{id}" target="_blank">Click here to view it.</a>
</body>
</html>

View File

@ -270,7 +270,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{installation-url}/plans/edit/{id}" target="_blank">Click here to view it.</a> </td>
<td> <a href="{installation-url}/plans/overview/{id}" target="_blank">Click here to view it.</a> </td>
</tr>
</tbody>
</table>

View File

@ -7,6 +7,6 @@
<body class="">
<p>Dear {recipient},</p>
<p>{reasonName} just finalised the Dmp {name}.</p>
<a href="{installation-url}/plans/edit/{id}" target="_blank">Click here to view it.</a>
<a href="{installation-url}/plans/overview/{id}" target="_blank">Click here to view it.</a>
</body>
</html>

View File

@ -271,7 +271,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{installation-url}/plans/edit/{id}" target="_blank">Join</a> </td>
<td> <a href="{installation-url}/plans/overview/{id}" target="_blank">Join</a> </td>
</tr>
</tbody>
</table>

View File

@ -9,6 +9,6 @@
<p>Dear {recipient},</p>
<p>{reasonName} just add you to collaborate to Data Management plan {dmpname} with role {dmprole}.</p>
<p>Click the button to redirect to {dmpname}.</p>
<a href="{installation-url}/plans/edit/{id}" target="_blank">Join</a>
<a href="{installation-url}/plans/overview/{id}" target="_blank">Join</a>
</body>
</html>

View File

@ -270,7 +270,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{installation-url}/plans/edit/{id}" target="_blank">Click here to view it.</a> </td>
<td> <a href="{installation-url}/plans/overview/{id}" target="_blank">Click here to view it.</a> </td>
</tr>
</tbody>
</table>

View File

@ -7,7 +7,7 @@
<body class="">
<p>Dear {recipient},</p>
<p>{reasonName} just made changes to the Dmp {name}.</p>
<a href="{installation-url}/plans/edit/{id}" target="_blank">Click here to view it.</a>
<a href="{installation-url}/plans/overview/{id}" target="_blank">Click here to view it.</a>
</table>
</body>
</html>