fixed template and query in mail_domain_dkim.js
| | |
| | | } |
| | | var selector=jQuery('#dkim_selector').val(); |
| | | var publickey=jQuery('#dkim_public').val(); |
| | | var privatekey=jQuery('#dkim_private').val(); |
| | | var privatekey=encodeURIComponent(document.getElementById("dkim_private").value) |
| | | request.open('POST', 'mail/mail_domain_dkim_create.php', true); |
| | | request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); |
| | | request.send('domain='+domain+'&action='+action+'&dkim_selector='+selector+'&dkim_public='+publickey+'&dkim_private='+privatekey); |
| | |
| | | {tmpl_var name='active'} |
| | | </div> |
| | | </div> |
| | | <div class="subsectiontoggle"><span></span>{tmpl_var name='dkim_settings_txt'}<em></em></div> |
| | | <tmpl_if name="domain_module"> |
| | | <input type="hidden" name="domain_module" value="1" id="domain_module" /> |
| | | <tmpl_else> |
| | | <input type="hidden" name="domain_module" value="0" id="domain_module" /> |
| | | </tmpl_if> |
| | | <div class="subsectiontoggle"><span></span>{tmpl_var name='dkim_settings_txt'}<em></em></div> |
| | | <div style="display:none;"> |
| | | <div class="ctrlHolder"> |
| | | <p class="label">{tmpl_var name='dkim_txt'}</p> |