diff --git a/data/template/qware/css/main.css b/data/template/qware/css/main.css index 8b6debc..2a50248 100644 --- a/data/template/qware/css/main.css +++ b/data/template/qware/css/main.css @@ -87,20 +87,20 @@ form.container-fluid div.row textarea:focus{ form div.row input, form div.row select, form div.row textarea{ - font-size: .75rem; - font-family: inherit; - padding-left: 0.50rem; - background-color: #fff; - border: 1px solid #c8c8c8; - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; + font-size: .75rem; + font-family: inherit; + padding-left: 0.50rem; + background-color: #fff; + border: 1px solid #c8c8c8; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } form div.row select, form div.row input[type=text], form div.row input[type=password]{ min-width: 12rem; - max-width: 12rem; + max-width: 15rem; } form div.row input[type="checkbox"], diff --git a/data/template/qware/object_coordination/community/actionlecture.mxt b/data/template/qware/object_coordination/community/actionlecture.mxt index 6bf9cbf..b0aa3a3 100755 --- a/data/template/qware/object_coordination/community/actionlecture.mxt +++ b/data/template/qware/object_coordination/community/actionlecture.mxt @@ -3,9 +3,9 @@

-
+
- diff --git a/lib/object_coordination/community/community.php b/lib/object_coordination/community/community.php index 1321cfc..77a8aac 100755 --- a/lib/object_coordination/community/community.php +++ b/lib/object_coordination/community/community.php @@ -449,7 +449,7 @@ Class Community extends CoordinationObj $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_first_name", "text", "user_first_name", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipFirstName"), ENT_QUOTES)."\"", getMessage("user_first_name")); $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_last_name", "text", "user_last_name", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipLastName"), ENT_QUOTES)."\"", getMessage("user_last_name")); $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_login", "text", "user_login", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipLogin"), ENT_QUOTES)."\"", getMessage("user_login")); - $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_mail", "email", "user_mail", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipCourriel"), ENT_QUOTES)."\"", getMessage("user_mail")); + $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_mail", "text", "user_mail", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipCourriel"), ENT_QUOTES)."\"", getMessage("user_mail")); $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_password", "password", "user_password", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipPassword"), ENT_QUOTES)."\"", getMessage("user_password")); $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_password2", "password", "user_password2", "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("tipPassword2"), ENT_QUOTES)."\"", getMessage("user_password")); $GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("user_birthdate", "text", "user_birthdate", "jj/mm/aaaa", "class=\"form\" required=\"true\" data-provide=\"datepicker\" data-date-format=\"dd/mm/yyyy\" data-date-language=\"fr\" title=\"".htmlspecialchars(getMessage("tipBirthDate"), ENT_QUOTES)."\"", getMessage("user_birthdate"));