From 2778bb50b7856a6b43c0fdcd20bd0ef2030f8627 Mon Sep 17 00:00:00 2001 From: Alex Fermon Date: Mon, 9 Nov 2015 02:32:01 -0600 Subject: [PATCH] Update boostrap view --- application/view/login/changeUserRole.php | 44 +++++----- application/view/login/editAvatar.php | 33 ++++---- application/view/login/editUserEmail.php | 17 ++-- application/view/login/editUsername.php | 23 +++--- application/view/login/index.php | 82 +++++++++++-------- application/view/login/register.php | 62 ++++++++------ .../view/login/requestPasswordReset.php | 25 +++--- application/view/login/resetPassword.php | 25 +++--- application/view/login/showProfile.php | 34 ++++---- application/view/login/verify.php | 10 +-- application/view/note/edit.php | 41 ++++++---- application/view/note/index.php | 42 +++++----- application/view/profile/index.php | 72 ++++++++-------- application/view/profile/showProfile.php | 59 +++++++------ 14 files changed, 297 insertions(+), 272 deletions(-) diff --git a/application/view/login/changeUserRole.php b/application/view/login/changeUserRole.php index ef2ecac63..f73ddd1d0 100644 --- a/application/view/login/changeUserRole.php +++ b/application/view/login/changeUserRole.php @@ -7,29 +7,27 @@ renderFeedbackMessages(); ?> -
-

Change account type

-

- This page is a basic implementation of the upgrade-process. - User can click on that button to upgrade their accounts from - "basic account" to "premium account". This script simple offers - a click-able button that will upgrade/downgrade the account instantly. - In a real world application you would implement something like a - pay-process. -

-

- Please note: This whole process has been renamed from AccountType (v3.0) to UserRole (v3.1). -

+

Change account type

+

+ This page is a basic implementation of the upgrade-process. + User can click on that button to upgrade their accounts from + "basic account" to "premium account". This script simple offers + a click-able button that will upgrade/downgrade the account instantly. + In a real world application you would implement something like a + pay-process. +

+

+ Please note: This whole process has been renamed from AccountType (v3.0) to UserRole (v3.1). +

-

Currently your account type is:

- -
- - - - - -
-
+

Currently your account type is:

+ +
+ + + + + +
diff --git a/application/view/login/editAvatar.php b/application/view/login/editAvatar.php index ce8e0cb65..ba59cad24 100644 --- a/application/view/login/editAvatar.php +++ b/application/view/login/editAvatar.php @@ -7,26 +7,25 @@ renderFeedbackMessages(); ?> -
-

Upload an Avatar

+

Upload an Avatar

- +

+ If you still see the old picture after uploading a new one: Hard-Reload the page with F5! Your browser doesn't + realize there's a new image as new and old one have the same filename. +

-
+ +
Select an avatar image from your hard-disk (will be scaled to 44x44 px, only .jpg currently): - + - - - -
- -
-

Delete your avatar

-

Click this link to delete your (local) avatar: Delete your avatar -

+
+ + + + +

Delete your avatar

+

Click this link to delete your (local) avatar: Delete your avatar + diff --git a/application/view/login/editUserEmail.php b/application/view/login/editUserEmail.php index 6c1629839..b64bbbfbd 100644 --- a/application/view/login/editUserEmail.php +++ b/application/view/login/editUserEmail.php @@ -7,16 +7,15 @@ renderFeedbackMessages(); ?> -

-

Change your email address

+

Change your email address

-
- - -
-
+
+
+ + +
+ +
diff --git a/application/view/login/editUsername.php b/application/view/login/editUsername.php index 9220b8aae..fd8ef7dee 100644 --- a/application/view/login/editUsername.php +++ b/application/view/login/editUsername.php @@ -7,18 +7,17 @@ renderFeedbackMessages(); ?> -
-

Change your username

+

Change your username

-
- - - - - -
-
+
+ +
+ + +
+ + + +
diff --git a/application/view/login/index.php b/application/view/login/index.php index 7099788ef..cc4755112 100644 --- a/application/view/login/index.php +++ b/application/view/login/index.php @@ -1,21 +1,29 @@ -
- - - renderFeedbackMessages(); ?> - -