Added extras to user profile fields. This field can be accessed using the
profile.form.element.extras template variable when editing a profile and the profile.extras field when viewing a template.
This commit is contained in:
parent
ddd1c27305
commit
ebd2309104
8 changed files with 337 additions and 271 deletions
|
|
@ -283,6 +283,11 @@ If you wish to set the Default Value for any other field. Create the field with
|
|||
lastUpdated => 1213326336,
|
||||
},
|
||||
|
||||
'profile.extras' => {
|
||||
message => q|Extra HTML for this field.|,
|
||||
lastUpdated => 1224631267,
|
||||
},
|
||||
|
||||
'profile.category' => {
|
||||
message => q|The name of the current category. This variable will only exist for the first profile field in each category.|,
|
||||
lastUpdated => 1213326336,
|
||||
|
|
@ -360,6 +365,12 @@ If you wish to set the Default Value for any other field. Create the field with
|
|||
lastUpdated => 1221580083,
|
||||
},
|
||||
|
||||
'profile.form.extras' => {
|
||||
message => q|Extra HTML for this field.|,
|
||||
context => q|Template variable for edit profile field|,
|
||||
lastUpdated => 1224631267,
|
||||
},
|
||||
|
||||
'profile.form.category' => {
|
||||
message => q|The name of this category.|,
|
||||
context => q|Template variable for edit profile field|,
|
||||
|
|
@ -389,7 +400,14 @@ If you wish to set the Default Value for any other field. Create the field with
|
|||
context => q|Template variable for edit profile field|,
|
||||
lastUpdated => 1221580083,
|
||||
},
|
||||
|
||||
'profile field extras label' => {
|
||||
message => q|Extras|,
|
||||
lastUpdated => 1224620527,
|
||||
},
|
||||
'profile field extras hoverHelp' => {
|
||||
message => q|Extra HTML to include with this profile field.|,
|
||||
lastUpdated => 1224620527,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue