Index: branches/1.2.x/platform/elements/forms.elm.tpl =================================================================== diff -u -N -r14576 -r14993 --- branches/1.2.x/platform/elements/forms.elm.tpl (.../forms.elm.tpl) (revision 14576) +++ branches/1.2.x/platform/elements/forms.elm.tpl (.../forms.elm.tpl) (revision 14993) @@ -391,6 +391,95 @@ + + "> + + + +
+
+ + + + +    + + + + + +
+ " style="" name="" id="_" value="">  Index: branches/1.2.x/platform/inc/script.js =================================================================== diff -u -N -r14274 -r14993 --- branches/1.2.x/platform/inc/script.js (.../script.js) (revision 14274) +++ branches/1.2.x/platform/inc/script.js (.../script.js) (revision 14993) @@ -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: branches/1.2.x/platform/login/register.tpl =================================================================== diff -u -N -r14720 -r14993 --- branches/1.2.x/platform/login/register.tpl (.../register.tpl) (revision 14720) +++ branches/1.2.x/platform/login/register.tpl (.../register.tpl) (revision 14993) @@ -76,7 +76,7 @@ - +