]> 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 c03b6a841a57c084dbc82ca66aaf36f3cfca607c..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--}
 {%form_close%}
 </div>
 
-<div class="notice">
+<div class="para notice">
        {--ADMIN_CONFIG_WERNIS_NOTICE--}
 </div>
+
+<div class="para notice">
+       {--ADMIN_CONFIG_WERNIS_AUTH_NOTICE--}
+</div>