From ccfc85199c7b4cb5fd8e1fc61894d7fb2552daa0 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Fri, 21 Aug 2009 19:55:31 +0000 Subject: [PATCH] More profile editor awesomeness. --- flexprofile_mj/views/default/profile/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexprofile_mj/views/default/profile/edit.php b/flexprofile_mj/views/default/profile/edit.php index 773b0978..d6ede8e2 100755 --- a/flexprofile_mj/views/default/profile/edit.php +++ b/flexprofile_mj/views/default/profile/edit.php @@ -29,7 +29,7 @@ echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/forms.c echo '<div id="formloading"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /></div>'; echo '<form action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="cool">'; /* add fieldset and legend */ -echo '<fieldset><legend>Edit Profile</legend><ol>'; +echo '<fieldset><legend>Edit Information</legend><ol>'; /* mjuhl: remove dynamic form by commenting out the following line: */ echo '<!--------start copying here------------>'; echo elgg_view('form/forms/display_form_content',array('tab_data'=>$tab_data,'description'=>'','preview'=>0,'form'=>$form,'form_data_id'=>0)); -- GitLab