]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_wernis.tpl
Added encryption stuff + rewrote sendWernisApiRequest() to handle the decryption.
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
index a27b732eea2fc392644b08ecc2e81dd91fe5223a..6e493b6315363ea948f0bd1fbfbebacdd9c26e62 100644 (file)
                        <input type="password" class="form_field" name="wernis_pass" size="15" maxlength="255" />
                </td>
        </tr>
+       <tr>
+               <td align="right">
+                       {--ADMIN_CONFIG_WERNIS_ENCRYPTION_ALGORITHM--}
+               </td>
+               <td>
+                       {%template,SelectWernisEncryptionAlgorithm=wernis_encryption_algo%}
+               </td>
+       </tr>
+       <tr>
+               <td align="right">
+                       {--ADMIN_CONFIG_WERNIS_ENCRYPTION_MODE--}
+               </td>
+               <td>
+                       {%template,SelectWernisEncryptionMode=wernis_encryption_mode%}
+               </td>
+       </tr>
+       <tr>
+               <td align="right">
+                       {--ADMIN_CONFIG_WERNIS_PRIVATE_KEY--}
+               </td>
+               <td>
+                       <input type="text" class="form_field" name="wernis_private_key" value="{?wernis_private_key?}" size="32" maxlength="10000" />
+               </td>
+       </tr>
        <tr>
                <td align="right">
                        {--ADMIN_CONFIG_WERNIS_MIN_PAYOUT--}