From 432322880c53e1f1f85513bf1fb49eff5f526c61 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Tue, 27 Apr 2010 17:41:02 +0000
Subject: [PATCH] change to zenform, still needs some cleaning up.

---
 plugins/flexprofile_mj/views/default/profile/edit.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/flexprofile_mj/views/default/profile/edit.php b/plugins/flexprofile_mj/views/default/profile/edit.php
index 413ad066..2bdbb507 100755
--- a/plugins/flexprofile_mj/views/default/profile/edit.php
+++ b/plugins/flexprofile_mj/views/default/profile/edit.php
@@ -39,10 +39,10 @@ $token = generate_action_token($ts);
 
 
 /* import forms css */
-echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/forms.css");</style>';
+echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/zenforms.css");</style>';
 /* add 'cool' class to form */
 echo '<div id="formloading"><img src="/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>';
-echo '<form style="margin-top: 24px" action="'.$vars['url'].'action/flexprofile/edit?__elgg_ts='.$ts.'&__elgg_token='.$token.'" method="post" enctype="multipart/form-data" class="cool">';
+echo '<form style="margin-top: 24px" action="'.$vars['url'].'action/flexprofile/edit?__elgg_ts='.$ts.'&__elgg_token='.$token.'" method="post" enctype="multipart/form-data" class="zenform cool">';
 /* add fieldset and legend */
 echo '<fieldset><legend>Edit Information</legend><ol>';
 /* mjuhl: remove dynamic form by commenting out the following line: */
-- 
GitLab