From: Zach Copley Date: Wed, 16 Mar 2011 07:34:00 +0000 (-0700) Subject: Extended profile - allow adding more than one website X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=724dba668af45690a9122f49e24d89f8c3e6ede7;p=quix0rs-gnu-social.git Extended profile - allow adding more than one website --- diff --git a/plugins/ExtendedProfile/extendedprofilewidget.php b/plugins/ExtendedProfile/extendedprofilewidget.php index 5be149a0cb..25a0ab8b20 100644 --- a/plugins/ExtendedProfile/extendedprofilewidget.php +++ b/plugins/ExtendedProfile/extendedprofilewidget.php @@ -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( diff --git a/plugins/ExtendedProfile/js/profiledetail.js b/plugins/ExtendedProfile/js/profiledetail.js index c96732b835..e1b06562e0 100644 --- a/plugins/ExtendedProfile/js/profiledetail.js +++ b/plugins/ExtendedProfile/js/profiledetail.js @@ -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]);