diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-27 07:26:16 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-27 07:26:16 -0400 |
commit | d450c043eeabbe5d0d5466cba59045fd3a1888c9 (patch) | |
tree | 0702d87fb9d50193119cbd27422490bc6952401a /views/default/forms/profile | |
parent | e82534d0bceb80f7a9e7ba8f00748ee1eb32b214 (diff) | |
download | elgg-d450c043eeabbe5d0d5466cba59045fd3a1888c9.tar.gz elgg-d450c043eeabbe5d0d5466cba59045fd3a1888c9.tar.bz2 |
Refs #3407 using elgg-form and elgg-foot in core forms. Plugins next
Diffstat (limited to 'views/default/forms/profile')
-rw-r--r-- | views/default/forms/profile/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/profile/edit.php b/views/default/forms/profile/edit.php index aaf9ac01e..222935344 100644 --- a/views/default/forms/profile/edit.php +++ b/views/default/forms/profile/edit.php @@ -59,7 +59,7 @@ if (is_array($profile_fields) && count($profile_fields) > 0) { } } ?> -<div> +<div class="elgg-foot"> <?php echo elgg_view('input/hidden', array('name' => 'guid', 'value' => $vars['entity']->guid)); echo elgg_view('input/submit', array('value' => elgg_echo('save'))); |