From 4c82ccf075b8704cc107099fc082c4c589a2629c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 May 2013 14:32:44 -0300 Subject: Adding untracked content --- views/default/forms/profile/fields/reset.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 views/default/forms/profile/fields/reset.php (limited to 'views') diff --git a/views/default/forms/profile/fields/reset.php b/views/default/forms/profile/fields/reset.php new file mode 100644 index 000000000..c0bb1b7f4 --- /dev/null +++ b/views/default/forms/profile/fields/reset.php @@ -0,0 +1,12 @@ +'; +$params = array( + 'value' => elgg_echo('profile:resetdefault'), + 'class' => 'elgg-button-cancel', +); +echo elgg_view('input/submit', $params); +echo ''; -- cgit v1.2.3