From ec1a30e1bc2c33db485140c51591126078425512 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 13:47:31 +0200 Subject: add register function Signed-off-by: Florian Pritz --- application/views/user/invite.php | 2 +- application/views/user/register.php | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 application/views/user/register.php (limited to 'application/views/user') diff --git a/application/views/user/invite.php b/application/views/user/invite.php index f97804274..968315ac9 100644 --- a/application/views/user/invite.php +++ b/application/views/user/invite.php @@ -5,6 +5,6 @@

Unused invitation keys:

$item): ?> -
+

diff --git a/application/views/user/register.php b/application/views/user/register.php new file mode 100644 index 000000000..78af46e96 --- /dev/null +++ b/application/views/user/register.php @@ -0,0 +1,26 @@ +"; + echo implode("
\n", $error); + echo "

"; +} ?> + + + + + + + + + + + + + + + + + + +
Username " />
Email " />
Password
Confirm password
+ + -- cgit v1.2.3-24-g4f1b