diff --git a/src/views-terrytories.js b/src/views-terrytories.js index 166ad916ca216f3d1ad7a131f795c12fc32f2542..55709178d934c68aec79230f00c14904a04e930d 100644 --- a/src/views-terrytories.js +++ b/src/views-terrytories.js @@ -342,9 +342,9 @@ import("./utils.js").then((utils) => { item-width="half" > </tzcld-shared-files-display> - <p class="text-right padding-right-xxlarge"><solid-link class="segment margin-top-xxlarge sm-full button text-xsmall text-bold text-uppercase text-center reversed color-secondary bordered button-icon icon icon-square-edit icon-margin-right-xsmall" bind-resources next="${utils.TZCLD_URLS.my_territory_shared_file_add}">Ajouter un fichier ou un dossier</solid-link></p> + <p class="text-right padding-right-xxlarge"><solid-link class="segment margin-top-xxlarge sm-full button text-xsmall text-bold text-uppercase text-center reversed color-secondary bordered button-icon icon icon-square-edit icon-margin-right-xsmall" bind-resources next="${utils.TZCLD_URLS.my_territory_shared_file_add}">Ajouter un fichier</solid-link></p> </div> - <div class="segment third md-full sm-full padding-xsmall whitespace-normal list-files-bordered"> + <!-- <div class="segment third md-full sm-full padding-xsmall whitespace-normal list-files-bordered"> <h2 class="tzcld-h2">Partagés avec la grappe</h2> <div class="loader" id="loader-${this.route}-tzcld-exchanges-ref-files"> <div></div> @@ -363,8 +363,8 @@ import("./utils.js").then((utils) => { item-width="full" > </tzcld-shared-files-display> - <p class="text-right padding-right-xxlarge"><solid-link class="segment margin-top-xxlarge sm-full button text-xsmall text-bold text-uppercase text-center reversed color-secondary bordered button-icon icon icon-square-edit icon-margin-right-xsmall" bind-resources next="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}">Ajouter un fichier ou un dossier</solid-link></p> - </div> + <p class="text-right padding-right-xxlarge"><solid-link class="segment margin-top-xxlarge sm-full button text-xsmall text-bold text-uppercase text-center reversed color-secondary bordered button-icon icon icon-square-edit icon-margin-right-xsmall" bind-resources next="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}">Ajouter un fichier</solid-link></p> + </div> --> </div>