From: Matthias Schmidt Date: Sat, 5 Aug 2017 10:29:39 +0000 (+0200) Subject: Add notification links to notification tests X-Git-Tag: 3.1.0_Alpha_1~99 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2fc5228f8a24347c839bea716e195c90ebd1c9d0;p=GitHub%2FWoltLab%2FWCF.git Add notification links to notification tests See #2359 --- diff --git a/wcfsetup/install/files/acp/templates/devtoolsNotificationTestDialog.tpl b/wcfsetup/install/files/acp/templates/devtoolsNotificationTestDialog.tpl index fc7fc58a77..06bc836afa 100644 --- a/wcfsetup/install/files/acp/templates/devtoolsNotificationTestDialog.tpl +++ b/wcfsetup/install/files/acp/templates/devtoolsNotificationTestDialog.tpl @@ -31,6 +31,18 @@ {/if} + {if $event[link]|isset} +
+
{lang}wcf.acp.devtools.notificationTest.link{/lang}
+
{@$event[link]}
+
+ {else} +
+
{lang}wcf.acp.devtools.notificationTest.link.exception{/lang}
+
{$event[linkException]}
+
+ {/if} + {if $hasEmailSupport} {if $event[instantEmail]|isset}
@@ -82,6 +94,17 @@
+ + {if $hasEmailSupport}