+
+
+
+ |
+{if $smarty.request.invitersstart|default:"0" > 0}
+ Previous 10
+{else}
+
+{/if}
+ |
+
+ Next 10
+ |
+
+
+
+
+
+
+ | Username |
+ eMail |
+ Amount |
+ Outstanding |
+ Activated |
+
+
+
+{section inviter $TOPINVITERS}
+
+ | {$TOPINVITERS[inviter].username|escape} |
+ {$TOPINVITERS[inviter].email} |
+ {$TOPINVITERS[inviter].invitationcount} |
+ {($TOPINVITERS[inviter].invitationcount - $TOPINVITERS[inviter].activated)|number_format:"0"} |
+ {$TOPINVITERS[inviter].activated} |
+
+{/section}
+
+
+
+{/nocache}
\ No newline at end of file
diff --git a/public/templates/mpos/admin/registrations/default.tpl b/public/templates/mpos/admin/registrations/default.tpl
new file mode 100644
index 00000000..c43a2b74
--- /dev/null
+++ b/public/templates/mpos/admin/registrations/default.tpl
@@ -0,0 +1,46 @@
+{nocache}
+
+
+
+
+
+
+ |
+{if $smarty.request.registeredstart|default:"0" > 0}
+ Previous 10
+{else}
+
+{/if}
+ |
+
+ Next 10
+ |
+
+
+
+
+
+
+ | ID |
+ Username |
+ eMail |
+ Reg. Date |
+ Invite |
+ Invited from |
+
+
+
+{section user $LASTREGISTEREDUSERS}
+
+ | {$LASTREGISTEREDUSERS[user].id|escape} |
+ {$LASTREGISTEREDUSERS[user].mposuser} |
+ {$LASTREGISTEREDUSERS[user].email} |
+ {$LASTREGISTEREDUSERS[user].signup_timestamp|date_format:"%d/%m %H:%M:%S"} |
+ {if !$LASTREGISTEREDUSERS[user].inviter}{else}{/if} |
+ {$LASTREGISTEREDUSERS[user].inviter} |
+
+{/section}
+
+
+
+{/nocache}
\ No newline at end of file
diff --git a/public/templates/mpos/global/navigation.tpl b/public/templates/mpos/global/navigation.tpl
index d4666450..df734f4f 100644
--- a/public/templates/mpos/global/navigation.tpl
+++ b/public/templates/mpos/global/navigation.tpl
@@ -24,6 +24,8 @@
Settings
News
Reports
+
Registrations
+
Invitations
Pool Workers
Templates