lots of changes.
This commit is contained in:
parent
2825a11907
commit
a8c99a2b9c
11 changed files with 209 additions and 164 deletions
|
|
@ -265,6 +265,7 @@ sub www_editProfileSettings {
|
|||
$output .= moveDownIcon('op=moveProfileCategoryDown;cid='.$category->getId);
|
||||
$output .= ' <b>'.$category->getLabel.'</b><br />';
|
||||
foreach my $field (@{$category->getFields}) {
|
||||
next if $field->getId =~ /contentPositions/;
|
||||
$output .= ' ';
|
||||
$output .= deleteIcon('op=deleteProfileFieldConfirm;fid='.$field->getId,'',WebGUI::International::get(467,"WebGUIProfile"));
|
||||
$output .= editIcon('op=editProfileField;fid='.$field->getId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue