From 014813603efe04dda494f8c6b44c6a48171246e3 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 1 Jul 2013 12:43:13 +0200 Subject: [PATCH] Cleaning up more PHP warnings * Cleaned up registration page * Made all fields required via HTML5 tag * Adjusted login template with required HTML5 tags too --- public/templates/mmcFE/global/login.tpl | 4 ++-- public/templates/mmcFE/register/default.tpl | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/templates/mmcFE/global/login.tpl b/public/templates/mmcFE/global/login.tpl index d411d39a..363f403e 100644 --- a/public/templates/mmcFE/global/login.tpl +++ b/public/templates/mmcFE/global/login.tpl @@ -1,7 +1,7 @@ {include file="global/block_header.tpl" BLOCK_HEADER="Login" BLOCK_STYLE="clear:none; margin-left:13px; margin-top:15px;"}
-

-

+

+

Forgot your password?

diff --git a/public/templates/mmcFE/register/default.tpl b/public/templates/mmcFE/register/default.tpl index f711c67f..94cdf0f8 100644 --- a/public/templates/mmcFE/register/default.tpl +++ b/public/templates/mmcFE/register/default.tpl @@ -4,11 +4,11 @@ - - - - - + + + + +
Username:
Password:
Repeat Password:
Email:
Email Repeat:
Username:
Password:
Repeat Password:
Email:
Email Repeat:
PIN: (4 digit number. Remember this pin!)
{nocache}{$RECAPTCHA}{/nocache}