From 724dba668af45690a9122f49e24d89f8c3e6ede7 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 16 Mar 2011 00:34:00 -0700 Subject: [PATCH] Extended profile - allow adding more than one website --- plugins/ExtendedProfile/extendedprofilewidget.php | 2 +- plugins/ExtendedProfile/js/profiledetail.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]);