diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 4f69d9e..f203320 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -25,16 +25,12 @@ return ['Customs' => [ 'Country' => 'Land', 'Detail' => 'Detail', 'Birthday' => 'Geburtstag', - 'Phone' => 'Telefon', 'Remark' => 'Bemerkung', 'Sanctions' => 'Sanktionen', - 'Sanction' => 'Sanktion', 'IdentificationNumber' => 'Identifikationsnummer', 'MeasureType' => 'Measure Type', 'Footnote' => 'Fußnote', - 'FootnoteDescription' => 'Fußnote Beschreibung', 'ExportDuty' => 'Export Zoll', 'ImportDuty' => 'Import Zoll', 'AddCode' => 'Add Code', - 'AddDescription' => 'Add Beschreibung', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index e1902dd..fbebcdf 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -25,16 +25,12 @@ return ['Customs' => [ 'Country' => 'Country', 'Detail' => 'Detail', 'Birthday' => 'Birthday', - 'Phone' => 'Phone', 'Remark' => 'Remark', 'Sanctions' => 'Sanctions', - 'Sanction' => 'Sanction', 'IdentificationNumber' => 'Identification Number', 'MeasureType' => 'Measure Type', 'Footnote' => 'Footnote', - 'FootnoteDescription' => 'Footnote Description', 'ExportDuty' => 'Export Duty', 'ImportDuty' => 'Import Duty', 'AddCode' => 'Add Code', - 'AddDescription' => 'Add Description', ]]; diff --git a/Theme/Backend/sanction-dashboard.tpl.php b/Theme/Backend/sanction-dashboard.tpl.php index b364f04..d647d41 100755 --- a/Theme/Backend/sanction-dashboard.tpl.php +++ b/Theme/Backend/sanction-dashboard.tpl.php @@ -12,9 +12,11 @@ */ declare(strict_types=1); +use phpOMS\Localization\ISO3166NameEnum; use phpOMS\Uri\UriFactory; $sanctions = $this->data['sanctions'] ?? []; +$countries = ISO3166NameEnum::getConstants(); ?>