From c10f7d3cf0aa68d2325199ba787702e125907c11 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Feb 2011 16:58:10 +0000 Subject: Refs #2032 core forms use divs git-svn-id: http://code.elgg.org/elgg/trunk@8164 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/forms/profile/edit.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/default/forms/profile/edit.php') diff --git a/views/default/forms/profile/edit.php b/views/default/forms/profile/edit.php index 108e7f9f2..4de6c47fe 100644 --- a/views/default/forms/profile/edit.php +++ b/views/default/forms/profile/edit.php @@ -7,10 +7,10 @@ ?> -

+

'name', 'value' => $vars['entity']->name)); ?> -

+
0) { } ?> -

+

0) { ); echo elgg_view('input/access', $params); ?> -

+
-

+

'guid', 'value' => $vars['entity']->guid)); echo elgg_view('input/submit', array('value' => elgg_echo('save'))); ?> -

+
-- cgit v1.2.3