diff --git a/src/custom-tzcld.js b/src/custom-tzcld.js index 20f16fbd396cdf26b7792ef2542ad2f359a2fc9b..06a04ae28d8109ed0545439e3fbf4a99709b6082 100644 --- a/src/custom-tzcld.js +++ b/src/custom-tzcld.js @@ -319,7 +319,7 @@ import("./utils.js").then((utils) => { <solid-widget name="customtzcld-form-profile-jobs-widget"> <template> <solid-form - class="d-block rowClear" + class="d-block rowClear orgs-wrapper" data-src="\${value}" data-holder fields="segment11(position, organisation, link), segment12(address, postal_code), segment13(city, department), segment14(mobile_phone, mobile_phone_public), segment15(phone, phone_public), segment16(email, email_public), sep" diff --git a/src/styles/user-profile.scss b/src/styles/user-profile.scss index 15c5e24e27857f66ac5b75d4e22630643c8e3302..37b447b53ce1c240f5b886ee87f3bfc8a3a8cd5d 100644 --- a/src/styles/user-profile.scss +++ b/src/styles/user-profile.scss @@ -86,4 +86,12 @@ font-size: 14px; font-weight: 400; } -} \ No newline at end of file +} + +#members-edit-profile { + .orgs-wrapper { + input[type="submit"] { + display: none; + } + } +}