From 47e4fc5f6af489954f2262e1a070e994a02bd6eb Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 1 Jan 2015 12:14:31 -0500 Subject: [PATCH] #30 Finish up the verification page --- language/en/text.php | 1 + verifyemail.php | 27 +++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/language/en/text.php b/language/en/text.php index f78a1f6d..294fbb5c 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -36,6 +36,7 @@ $hesklang['ticket_reopen_assigned'] = '[#%%TRACK_ID%%] Assigned ticket reopened' $hesklang['verify_email'] = 'Verify Email'; $hesklang['email_verified'] = 'The email address %s has been verified. Additionally, the following tickets have been created:'; //%s: email address $hesklang['verify_no_records'] = 'No records were found for this activation key. Has this activation key already been used?'; +$hesklang['activation_key'] = 'Activation Key'; // ADDED OR MODIFIED IN Mods For HESK 1.6.0 $hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved'; diff --git a/verifyemail.php b/verifyemail.php index 0c023920..5fa400a4 100644 --- a/verifyemail.php +++ b/verifyemail.php @@ -1,12 +1,12 @@ @@ -21,14 +21,18 @@ require_once(HESK_PATH . 'inc/header.inc.php');
fetch_assoc()) @@ -50,6 +54,7 @@ require_once(HESK_PATH . 'inc/header.inc.php'); //-- were any tickets activated? if (count($submittedTickets) > 0) { + $showForm = false; ?>

@@ -72,10 +77,24 @@ require_once(HESK_PATH . 'inc/header.inc.php');
+
+
+ +
+ +
+
+
+
+ +
+
+
+