diff options
Diffstat (limited to 'view/en')
-rw-r--r-- | view/en/registrations-top.tpl | 3 | ||||
-rw-r--r-- | view/en/registrations.tpl | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/view/en/registrations-top.tpl b/view/en/registrations-top.tpl new file mode 100644 index 000000000..d8faf3439 --- /dev/null +++ b/view/en/registrations-top.tpl @@ -0,0 +1,3 @@ +<h1>User registrations waiting for confirm</h1> + + diff --git a/view/en/registrations.tpl b/view/en/registrations.tpl new file mode 100644 index 000000000..c8646043e --- /dev/null +++ b/view/en/registrations.tpl @@ -0,0 +1 @@ +<li>$fullname ($email) : <a href="$approvelink">Approve</a> - <a href="$denylink">Deny</a></li> |