start to change layout

This commit is contained in:
2025-02-17 14:26:18 +01:00
parent deb384a31e
commit d8dc15ac48
5 changed files with 169 additions and 159 deletions
+6
View File
@@ -348,3 +348,9 @@ $uploadButtonTitle = "Upload";
$companyLogoAltTitle = "Company Logo";
$respsign = "Send to Sign to another colleagues of the same company";
$adduserundersamecompany = "Add User";
$signaturetext = '<br>
The signature token is used to confirm the submission of the application form.<br><br>
The token is a fixed 6-digit numeric code that will be randomly generated by our system and sent via email to your registered address.<br><br>
The token will remain valid until you regenerate it on this page.<br><br>
To reset the signature token <a href="tokengenerationsig.php">CLICK HERE</a>.<br><br>
The token will be generated and sent to the email address: ' . $emailuser . '<br><br>';
+8
View File
@@ -352,3 +352,11 @@ $uploadButtonTitle = "Carica";
$companyLogoAltTitle = "Logo Aziendale";
$respsign = "Invia a collega della stessa azienda per Firma";
$adduserundersamecompany = "Aggiungi utente";
$signaturetext = '<br>
<!-- Versione Italiana -->
Il token per la firma servirà per confermare l\'invio dell\'application form.<br><br>
Il token è un codice numerico fisso di 6 cifre che verrà generato casualmente dai nostri sistemi e inviato via mail all\'indirizzo da te registrato.<br><br>
Il token sarà valido finchè non sarai tu a rigenerarlo da questa pagina.<br><br>
Per re-impostare il signature token <a href="tokengenerationsig.php">CLICCA QUI</a>.<br><br>
Il token verrà generato e inviato via mail all\'indirizzo: ' . $emailuser . '<br><br>
';