diff options
author | Cash Costello <cash.costello@gmail.com> | 2013-01-19 09:36:27 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-01-19 09:36:27 -0500 |
commit | 3cfc0d3c2b5b4aaaa94179060370e1fe34668464 (patch) | |
tree | 4b69072d4e9fc7e388fa3b09371aac0127601b44 /views/default/forms/profile | |
parent | 1de6813123ae865e4420b341ade372feaaf7bd25 (diff) | |
download | elgg-3cfc0d3c2b5b4aaaa94179060370e1fe34668464.tar.gz elgg-3cfc0d3c2b5b4aaaa94179060370e1fe34668464.tar.bz2 |
Fixes #4982 adds confirm dialog to profile field reset
Diffstat (limited to 'views/default/forms/profile')
-rw-r--r-- | views/default/forms/profile/fields/reset.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/default/forms/profile/fields/reset.php b/views/default/forms/profile/fields/reset.php deleted file mode 100644 index c0bb1b7f4..000000000 --- a/views/default/forms/profile/fields/reset.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Reset profile fields form - */ - -echo '<div class="elgg-foot">'; -$params = array( - 'value' => elgg_echo('profile:resetdefault'), - 'class' => 'elgg-button-cancel', -); -echo elgg_view('input/submit', $params); -echo '</div>'; |