From 49229a4f8480b497265eeb2372cb73d2a5ec010e Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 12 Dec 2013 11:50:39 +0100 Subject: Fixed default configuration, adapted default signature block profiles --- .../configuration/cfg/profiles/SIGNATURBLOCK_EN.properties | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_EN.properties') diff --git a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_EN.properties b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_EN.properties index 7a49db45..89eda282 100644 --- a/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_EN.properties +++ b/pdf-as-lib/src/configuration/cfg/profiles/SIGNATURBLOCK_EN.properties @@ -6,12 +6,17 @@ sig_obj.SIGNATURBLOCK_EN.description=Standardsignatur Englisch mit neuem Layout sig_obj.types.SIGNATURBLOCK_EN=on sig_obj.SIGNATURBLOCK_EN.key.SIG_SUBJECT=Signatory -sig_obj.SIGNATURBLOCK_EN.key.SIG_META=Verification sig_obj.SIGNATURBLOCK_EN.key.SIG_DATE=Date/Time-UTC +sig_obj.SIGNATURBLOCK_EN.key.SIG_ISSUER=Issuer-Certificate +sig_obj.SIGNATURBLOCK_EN.key.SIG_NUMBER=Serial-No. +sig_obj.SIGNATURBLOCK_EN.key.SIG_META=Verification sig_obj.SIGNATURBLOCK_EN.key.SIG_NOTE=Note sig_obj.SIGNATURBLOCK_EN.value.SIG_SUBJECT=${subject.T != null ? (subject.T + " ") : ""}${subject.CN} -sig_obj.SIGNATURBLOCK_EN.value.SIG_META=Signature verification at: http://www.signature-verification.gv.at +sig_obj.SIGNATURBLOCK_EN.value.SIG_ISSUER=${issuer.T != null ? (issuer.T + " ") : ""}${issuer.CN} +sig_obj.SIGNATURBLOCK_EN.value.SIG_NUMBER=${sn} + +sig_obj.SIGNATURBLOCK_EN.value.SIG_META=Information about the verification of the electronic signature can be found at: https://www.signaturpruefung.gv.at\n\nInformation about the verification of the printout can be found at: https://www.behoerde.gv.at/el_signatur/ sig_obj.SIGNATURBLOCK_EN.value.SIG_NOTE=This document is signed with a qualified electronic signature. According to \u00a7\u00A04 art.\u00A01 of the Signature Act it in principle is legally equivalent to an handwritten signature. sig_obj.SIGNATURBLOCK_EN.value.SIG_LABEL=./images/signatur-logo_en.png @@ -45,4 +50,6 @@ sig_obj.SIGNATURBLOCK_EN.table.main.Style.valuefont=COURIER,8,NORMAL sig_obj.SIGNATURBLOCK_EN.table.info.ColsWidth=1 4 sig_obj.SIGNATURBLOCK_EN.table.info.1=SIG_SUBJECT-cv sig_obj.SIGNATURBLOCK_EN.table.info.2=SIG_DATE-cv -sig_obj.SIGNATURBLOCK_EN.table.info.3=SIG_META-cv +sig_obj.SIGNATURBLOCK_EN.table.info.3=SIG_ISSUER-cv +sig_obj.SIGNATURBLOCK_EN.table.info.4=SIG_NUMBER-cv +sig_obj.SIGNATURBLOCK_EN.table.info.5=SIG_META-cv -- cgit v1.2.3