Skip to content
Snippets Groups Projects
Commit 43232288 authored by Seth Meranda's avatar Seth Meranda
Browse files

change to zenform, still needs some cleaning up.

parent ec172f15
No related branches found
No related tags found
No related merge requests found
......@@ -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: */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment