From f3b0f6c073ae143c01983968ec1a549b60face80 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 28 Apr 2010 15:26:23 +0000 Subject: Updates to Profile edit, likes js, and tools css for IE7 rendering. git-svn-id: http://code.elgg.org/elgg/trunk@5911 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/edit.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mod/profile/views/default') diff --git a/mod/profile/views/default/profile/edit.php b/mod/profile/views/default/profile/edit.php index 7b918b000..f67d6e5d5 100644 --- a/mod/profile/views/default/profile/edit.php +++ b/mod/profile/views/default/profile/edit.php @@ -42,6 +42,20 @@ $access_id = ACCESS_DEFAULT; } + if ($shortname == 'description') { // change label positioning to allow for additional longtext field controls +?> +

+ + $shortname, + 'value' => $value, + )); ?> + + 'accesslevel['.$shortname.']', 'value' => $access_id)); ?> +

+

@@ -56,6 +70,7 @@