diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-04 14:46:08 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-04 14:46:08 +0100 |
commit | 0df91fd9a2a78d12378fcb7d9f7cba33f33e845e (patch) | |
tree | ce6cd41ef4317d2d12773051530e1abc43154cae /view/en | |
parent | 2bf99df385a54c3a8a449b9eda1d2a9877465dd1 (diff) | |
download | volse-hubzilla-0df91fd9a2a78d12378fcb7d9f7cba33f33e845e.tar.gz volse-hubzilla-0df91fd9a2a78d12378fcb7d9f7cba33f33e845e.tar.bz2 volse-hubzilla-0df91fd9a2a78d12378fcb7d9f7cba33f33e845e.zip |
Manage user registrations in REGISTER_APPROVE mode.
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> |