Extended profile - allow adding more than one website

This commit is contained in:
Zach Copley 2011-03-16 00:34:00 -07:00
parent b80b9f31fc
commit 724dba668a
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ class ExtendedProfileWidget extends Form
$this->out->elementStart(
'div', array(
'id' => $id . '-edit',
'class' => 'website-edit'
'class' => 'website-item'
)
);
$this->out->input(

View File

@ -105,7 +105,7 @@ $(document).ready(function() {
$("input[name$=-start], input[name$=-end], #extprofile-birthday").datepicker({ dateFormat: 'd M yy' });
var multifields = ["phone-item", "experience-item", "education-item", "im-item"];
var multifields = ["phone-item", "experience-item", "education-item", "im-item", 'website-item'];
for (f in multifields) {
SN_EXTENDED.reorder(multifields[f]);