From d17d997a5903e6718eacfa10e4395fa9bdc79946 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Mon, 20 Jun 2011 22:11:47 -0400 Subject: Changed the typography & fixed the private form --- views/users/settings.html.php | 47 ++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'views') diff --git a/views/users/settings.html.php b/views/users/settings.html.php index 6f65786..7c26084 100644 --- a/views/users/settings.html.php +++ b/views/users/settings.html.php @@ -1,44 +1,48 @@ -

Settings

- -
Name
Name)): ?>
Set
-
+ +

Settings All your settings in one place

+
+
+
Name
Name)): ?>
Set
+

Your real name
Name) ? $user->Name : "Not Set"; ?>


-
Username
Change
-
+
Username
Change
+

How you're known on the site
username ?>


-
E-Mail Address
Change
-
+
E-Mail Address
Change
+

The Address we'll contact you at
email) ? $user->email : "Not Set"; ?>


-
Password
Change
-
+
Password
+

The password you login with


-form->create($user->settings); ?> -
Privacy Mode
-
+form->create(null, array('id' => 'private')); ?> +
Privacy Mode
+

-
Only allow friends to see your posts?
form->checkbox('private'); ?>
-
- form->submit('Save Settings'); ?> +
Only allow friends to see your posts?
form->checkbox('private', array('id' => 'checkPriv', 'checked' => ($user->private) ? "true" : "false", 'style' => 'width:20px', 'onclick' => '' )); ?>
form->end(); ?>

-
Linked Accounts
Change
-
+
Linked Accounts
Change
+

Your OpenID
Not Set

@@ -76,8 +80,5 @@
-
-
-
-
-
\ No newline at end of file +
+
\ No newline at end of file -- cgit v1.2.3