Home
last modified time | relevance | path

Searched refs:FORM_IDENTITY_CLASS (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/action/
H A Dlogin.php55 $form->params["class"] = Identity::FORM_IDENTITY_CLASS . " " . self::FORM_LOGIN_CLASS;
234 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_LOGIN_CLASS);
H A Dprofile.php125 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . $deleteFormClassSuffix);
251 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_PROFILE_UPDATE_CLASS);
H A Dresend.php57 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_RESEND_PWD_CLASS);
H A Dregistration.php121 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_REGISTER_CLASS);
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php144 $identityClass = Identity::FORM_IDENTITY_CLASS;
179 $formClass = Identity::FORM_IDENTITY_CLASS . " " . $formClass;
H A DIdentity.php36 const FORM_IDENTITY_CLASS = "form-identity"; define in ComboStrap\\Identity