Skip to content
Snippets Groups Projects
Commit c1011b69 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: hide input text for upload file widget

parent 6ea39a69
No related branches found
No related tags found
1 merge request!7fix: backlink on left in territory profile...
Pipeline #16411 passed
......@@ -69,5 +69,25 @@
label {
display: block;
}
}
[name="document"] {
label {
display: block;
padding-bottom: 5px;
}
input[type="text"] {
display: none;
}
}
}
.community-files-add {
[name="document"] {
label {
display: block;
padding-bottom: 5px;
}
input[type="text"] {
display: none;
}
}
}
\ No newline at end of file
......@@ -1587,7 +1587,7 @@ import("./utils.js").then((utils) => {
<div id="${utils.TZCLD_URLS.my_territory_shared_files_all}" data-view="${utils.TZCLD_URLS.my_territory_shared_files_all}" class="community-files" hidden>
</div>
<div id="${utils.TZCLD_URLS.my_territory_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_shared_file_add}" class="community-files" hidden>
<div id="${utils.TZCLD_URLS.my_territory_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_shared_file_add}" class="community-files-add" hidden>
${this.viewCommunitySharedFileAdd(false, utils.TZCLD_URLS.my_territory_exchanges)}
</div>
......@@ -1607,7 +1607,7 @@ import("./utils.js").then((utils) => {
<div id="${utils.TZCLD_URLS.my_territory_grappe_shared_files_all}" data-view="${utils.TZCLD_URLS.my_territory_grappe_shared_files_all}" class="community-files" hidden>
</div>
<div id="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" class="community-files" hidden>
<div id="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" class="community-files-add" hidden>
${this.viewCommunitySharedFileAdd(nested_shared_ref_value, utils.TZCLD_URLS.my_territory_exchanges)}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment