|
|
|
@ -15,7 +15,7 @@ const TPL = `
|
|
|
|
<h5>${t("database_anonymization.full_anonymization")}</h5>
|
|
|
|
<h5>${t("database_anonymization.full_anonymization")}</h5>
|
|
|
|
|
|
|
|
|
|
|
|
<p>${t("database_anonymization.full_anonymization_description")}</p>
|
|
|
|
<p>${t("database_anonymization.full_anonymization_description")}</p>
|
|
|
|
<button class="anonymize-full-button btn btn-primary">${t("database_anonymization.save_fully_anonymized_database")}</button>
|
|
|
|
<button class="anonymize-full-button btn btn-secondary">${t("database_anonymization.save_fully_anonymized_database")}</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="col-md-6">
|
|
|
|
@ -23,7 +23,7 @@ const TPL = `
|
|
|
|
|
|
|
|
|
|
|
|
<p>${t("database_anonymization.light_anonymization_description")}</p>
|
|
|
|
<p>${t("database_anonymization.light_anonymization_description")}</p>
|
|
|
|
|
|
|
|
|
|
|
|
<button class="anonymize-light-button btn btn-primary">${t("database_anonymization.save_lightly_anonymized_database")}</button>
|
|
|
|
<button class="anonymize-light-button btn btn-secondary">${t("database_anonymization.save_lightly_anonymized_database")}</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|