From: Steve Sutton Date: Fri, 1 Dec 2017 15:05:24 +0000 (-0500) Subject: Output trigger for notifications on notification types list. X-Git-Tag: v1.0.0^2~213 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8b0b245d35136e296fc0e9124568dc65de20c7cf;p=WP-Plugins%2Fglm-member-db-billing.git Output trigger for notifications on notification types list. Showing when the notification is triggered by date or by an action. --- diff --git a/views/admin/settings/notificationTypes.html b/views/admin/settings/notificationTypes.html index bb32d76..8d65dbc 100644 --- a/views/admin/settings/notificationTypes.html +++ b/views/admin/settings/notificationTypes.html @@ -188,6 +188,7 @@ ID Notification Subject + Trigger   @@ -220,6 +221,17 @@ {$t.subject} + + {if $t.send_by_action.value != 0} + Action: + {$send_action[$t.send_action]} + {else} + {$t.send_date_number} + {$send_date_period[$t.send_date_period]}{if $t.send_date_number}s{/if} + {$send_date_when[$t.send_date_when]} + Due Date + {/if} +