Headers
This commit is contained in:
parent
4b07f81ed1
commit
78f3d238f9
|
|
@ -33,6 +33,11 @@
|
|||
"input": "apps/wp6_plorabunt_fe/src/assets",
|
||||
"output": "assets"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "libs/core/src/assets",
|
||||
"output": "assets"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "./node_modules/leaflet/dist/images",
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
@if (fields().length) {
|
||||
<p-checkbox id="license" class="pr-4"
|
||||
[formControl]="getFormControl(form.get('license'))" [binary]="true" />
|
||||
<label for="license" class="italic">Procedendo alla pubblicazione della risorsa, l'utente accetta che la stessa sarà pubblicata sull'applicativo Plorabunt.</label>
|
||||
<label for="license" class="italic">I consent to the storage and publication of the content I have uploaded.</label>
|
||||
}
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
<p-checkbox id="license" class="pr-4"
|
||||
[formControl]="getFormControl(form.get('license'))" [binary]="true" />
|
||||
<label for="license" class="italic">Procedendo alla pubblicazione della risorsa, l'utente accetta che la stessa sarà pubblicata sull'applicativo Plorabunt.</label>
|
||||
<label for="license" class="italic">I consent to the storage and publication of the content I have uploaded.</label>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue