Index: platform/elements/forms.elm.tpl =================================================================== --- platform/elements/forms.elm.tpl (revision 14902) +++ platform/elements/forms.elm.tpl (working copy) @@ -391,6 +391,98 @@ + + "> + + + +
+
+ + + + + + + +    + + + + + +
+ " style="" name="" id="_" value="">  Index: platform/inc/script.js =================================================================== --- platform/inc/script.js (revision 14902) +++ platform/inc/script.js (working copy) @@ -214,3 +214,16 @@ this._controls.push($id); } +function in_array(needle, haystack) +{ + return array_search(needle, haystack) != -1; +} + +function array_search(needle, haystack) +{ + for (var i=0; i - + Index: platform/my_account/my_profile.tpl =================================================================== --- platform/my_account/my_profile.tpl (revision 14902) +++ platform/my_account/my_profile.tpl (working copy) @@ -69,6 +69,7 @@ +