Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
PlanetRed
Commits
ccfc8519
Commit
ccfc8519
authored
15 years ago
by
Matthew Juhl
Browse files
Options
Downloads
Patches
Plain Diff
More profile editor awesomeness.
parent
1b1d8273
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flexprofile_mj/views/default/profile/edit.php
+1
-1
1 addition, 1 deletion
flexprofile_mj/views/default/profile/edit.php
with
1 addition
and
1 deletion
flexprofile_mj/views/default/profile/edit.php
+
1
−
1
View file @
ccfc8519
...
...
@@ -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
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment