summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%34/345/345888C0%%CommunicationPreferences.js.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%34/345/345888C0%%CommunicationPreferences.js.tpl.php')
-rw-r--r--www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%34/345/345888C0%%CommunicationPreferences.js.tpl.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%34/345/345888C0%%CommunicationPreferences.js.tpl.php b/www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%34/345/345888C0%%CommunicationPreferences.js.tpl.php
deleted file mode 100644
index 2119732b..00000000
--- a/www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%34/345/345888C0%%CommunicationPreferences.js.tpl.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php /* Smarty version 2.6.31, created on 2019-08-30 19:47:35
- compiled from CRM/Contact/Form/Edit/CommunicationPreferences.js.tpl */ ?>
-<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
-smarty_core_load_plugins(array('plugins' => array(array('block', 'crmScope', 'CRM/Contact/Form/Edit/CommunicationPreferences.js.tpl', 1, false),)), $this); ?>
-<?php $this->_tag_stack[] = array('crmScope', array('extensionKey' => "")); $_block_repeat=true;smarty_block_crmScope($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?><?php echo '
- <script type="text/javascript">
- CRM.$(function($) {
- var $form = $(\'form.'; ?>
-<?php echo $this->_tpl_vars['form']['formClass']; ?>
-<?php echo '\');
- $(\'#postal_greeting_id, #addressee_id, #email_greeting_id\', $form).change(function() {
- var fldName = $(this).attr(\'id\');
- if ($(this).val() == 4) {
- $("#greetings1, #greetings2", $form).show();
- $("#" + fldName + "_html, #" + fldName + "_label", $form).show();
- } else {
- $("#" + fldName + "_html, #" + fldName + "_label", $form).hide();
- $("#" + fldName.slice(0, -3) + "_custom", $form).val(\'\');
- }
- });
-
- $(\'.replace-plain[data-id]\', $form).click(function() {
- var element = $(this).data(\'id\');
- $(this).hide();
- $(\'#\' + element, $form).show();
- var fldName = \'#\' + element + \'_id\';
- if ($(fldName, $form).val() == 4) {
- $("#greetings1, #greetings2", $form).show();
- $(fldName + "_html, " + fldName + "_label", $form).show();
- }
- });
- });
- </script>
-'; ?>
-
-<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_crmScope($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); } array_pop($this->_tag_stack); ?> \ No newline at end of file