Skip to content
Snippets Groups Projects
Commit e3d4c0b3 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Change headlines, Update submodule

parent cd49494b
No related branches found
No related tags found
No related merge requests found
......@@ -589,11 +589,13 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
#grid-container{
margin-top: 2rem;
padding-top: 2rem;
/*padding-top: 2rem;*/
}
.border{
border-top: 1px solid black;
margin-top: 2rem;
padding-top: 2rem;
}
.placement-missing {
......@@ -764,16 +766,19 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
<h2>${i18n.t('official-pdf-upload.upload-field-label')}</h2>
<div class="control">
<p>
${i18n.t('qualified-pdf-upload.upload-text')}
${i18n.t('official-pdf-upload.sub-headline')}
</p>
<p class="border">
${i18n.t('official-pdf-upload.upload-text')}
</p>
<button @click="${() => { this._("#file-source").setAttribute("dialog-open", ""); }}"
?disabled="${this.signingProcessActive}"
class="button is-primary">
${i18n.t('qualified-pdf-upload.upload-button-label')}
${i18n.t('official-pdf-upload.upload-button-label')}
</button>
<dbp-file-source
id="file-source"
context="${i18n.t('qualified-pdf-upload.upload-field-label')}"
context="${i18n.t('official-pdf-upload.file-picker-context')}"
allowed-mime-types="application/pdf"
enabled-targets="local${this.showNextcloudFilePicker ? ",nextcloud" : ""}"
nextcloud-auth-url="${this.nextcloudWebAppPasswordURL}"
......@@ -790,7 +795,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
></dbp-file-source>
</div>
</div>
<div id="grid-container" class="${classMap({"border": this.queueBlockEnabled})}">
<div id="grid-container"öä--.>
<div class="left-container">
<div class="files-block field ${classMap({hidden: !this.queueBlockEnabled})}">
<!-- Queued files headline and queueing spinner -->
......
......@@ -736,11 +736,13 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
#grid-container{
margin-top: 2rem;
padding-top: 2rem;
/* padding-top: 2rem; */
}
.border{
border-top: 1px solid black;
margin-top: 2rem;
padding-top: 2rem;
}
.placement-missing {
......@@ -944,7 +946,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
<dbp-file-source
id="file-source"
context="${i18n.t('qualified-pdf-upload.upload-field-label')}"
context="${i18n.t('qualified-pdf-upload.file-picker-context')}"
allowed-mime-types="application/pdf"
enabled-targets="local${this.showNextcloudFilePicker ? ",nextcloud" : ""}"
nextcloud-auth-url="${this.nextcloudWebAppPasswordURL}"
......
......@@ -508,11 +508,13 @@ class SignatureVerificationFull extends ScopedElementsMixin(DBPSignatureLitEleme
#grid-container{
margin-top: 2rem;
padding-top: 2rem;
/*padding-top: 2rem;*/
}
.border{
border-top: 1px solid black;
margin-top: 2rem;
padding-top: 2rem;
}
/* Handling for small displays (like mobile devices) */
......@@ -689,6 +691,9 @@ class SignatureVerificationFull extends ScopedElementsMixin(DBPSignatureLitEleme
<h2>${i18n.t('signature-verification.upload-field-label')}</h2>
<div class="control">
<p>
${i18n.t('signature-verification.sub-headline')}
</p>
<p class="border">
${i18n.t('signature-verification.upload-text')}
</p>
<button @click="${() => { this._("#file-source").setAttribute("dialog-open", ""); }}"
......@@ -707,6 +712,7 @@ class SignatureVerificationFull extends ScopedElementsMixin(DBPSignatureLitEleme
decompress-zip
lang="${this.lang}"
?disabled="${this.verificationProcessActive}"
context="${i18n.t('signature-verification.file-picker-context')}"
text="${i18n.t('signature-verification.upload-area-text')}"
button-label="${i18n.t('signature-verification.upload-button-label')}"
@dbp-file-source-file-selected="${this.onFileSelected}"
......
......@@ -31,7 +31,8 @@
"re-upload-all-button-title": "Alle fehlgeschlagen Signaturvorgänge erneut in die Warteschlange stellen",
"signature-placement-label": "Signatur platzieren",
"positioning": "Positionierung",
"confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit."
"confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit.",
"file-picker-context": "PDF-Dokumente zum Signieren auswählen"
},
"qualified-pdf-upload": {
"upload-field-label": "Dokument persönlich signieren",
......@@ -65,10 +66,12 @@
"re-upload-all-button-title": "Alle fehlgeschlagen Signaturvorgänge erneut in die Warteschlange stellen",
"signature-placement-label": "Signatur platzieren",
"positioning": "Positionierung",
"confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit."
"confirm-page-leave": "Sind Sie sicher, dass Sie die Seite verlassen wollen? Es stehen signierte Dokumente zum Download bereit.",
"file-picker-context": "PDF-Dokumente zum Signieren auswählen"
},
"signature-verification": {
"upload-field-label": "PDF-Dokumente zum Überprüfen der Signaturen hochladen",
"sub-headline": "Erlaubt das Verifizieren von signierten PDF-Dokumenten",
"save-field-label": "{{count}} Datei speichern",
"save-field-label_plural": "{{count}} Dateien speichern",
"upload-text": "Sie können in diesem Bereich PDF-Dokumente mit einer Maximalgröße von bis zu 32MB pro Dokument hochladen. Die PDF-Dokumente dürfen sich auch in ZIP-Dateien befinden.",
......
{
"official-pdf-upload": {
"upload-field-label": "Upload PDF-documents to sign",
"upload-field-label": "Officially sign",
"sub-headline": "Allows upload of PDF-documents to officially sign them",
"save-field-label": "Save {{count}} file",
"save-field-label_plural": "Save {{count}} files",
"upload-text": "In this area you can upload PDF-documents up to a size of 32MB. The PDF-documents can also be located in a ZIP-file.",
......@@ -29,10 +30,12 @@
"re-upload-all-button-title": "Queue all failed documents again",
"signature-placement-label": "Place signature",
"positioning": "Positioning",
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded."
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded.",
"file-picker-context": "Upload PDF-documents to sign"
},
"qualified-pdf-upload": {
"upload-field-label": "Upload PDF-documents to sign",
"upload-field-label": "Personally Sign Document",
"sub-headline": "Allows upload of PDF-documents to personally sign them",
"save-field-label": "Save {{count}} file",
"save-field-label_plural": "Save {{count}} files",
"upload-text": "In this area you can upload PDF-documents up to a size of 32MB. The PDF-documents can also be located in a ZIP-file.",
......@@ -62,10 +65,12 @@
"re-upload-all-button-title": "Queue all failed documents again",
"signature-placement-label": "Place signature",
"positioning": "Positioning",
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded."
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded.",
"file-picker-context": "Upload PDF-documents to sign"
},
"signature-verification": {
"upload-field-label": "Upload PDF-documents to verify",
"upload-field-label": "Verify signed documents",
"sub-headline": "Allows verification of signed PDF-documents",
"save-field-label": "Save {{count}} file",
"save-field-label_plural": "Save {{count}} files",
"upload-text": "In this area you can upload PDF-documents up to a size of 32MB. The PDF-documents can also be located in a ZIP-file.",
......@@ -93,7 +98,8 @@
"serial-number": "Serial number",
"value-message": "Verification",
"no-signatures-found": "No signatures were found.",
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded."
"confirm-page-leave": "Are you sure you want to leave this page? There are still signed documents ready to be downloaded.",
"file-picker-context": "Upload PDF-documents to verify"
},
"signature-verification-extern": {
"headline": "Verify signed Documents",
......
Subproject commit 6f58ac8c782bca5113cc9c7c9c12c7af5fdc3d73
Subproject commit c789b4eed33ce16fc337572ee2ec5bb547c4bf66
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment