Extended profile - allow adding more than one website
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
| @@ -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]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user