summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%A6/A6F/A6F7B2D9%%privacy_toggle.tpl.php
blob: 2df021e513e383943645837893bc8b8129b75a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php /* Smarty version 2.6.31, created on 2019-08-30 19:25:21
         compiled from CRM/Contact/Form/Search/Criteria/Fields/privacy_toggle.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('block', 'crmScope', 'CRM/Contact/Form/Search/Criteria/Fields/privacy_toggle.tpl', 1, false),array('function', 'help', 'CRM/Contact/Form/Search/Criteria/Fields/privacy_toggle.tpl', 4, 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(); ?><table class="form-layout-compressed">
  <tr>
    <td colspan="2">
      <?php echo $this->_tpl_vars['form']['privacy_toggle']['html']; ?>
 <?php echo smarty_function_help(array('id' => "id-privacy"), $this);?>

    </td>
  </tr>
  <tr>
    <td>
      <?php echo $this->_tpl_vars['form']['privacy_options']['html']; ?>

    </td>
    <td style="vertical-align:middle">
      <div id="privacy-operator-wrapper">
        <?php echo $this->_tpl_vars['form']['privacy_operator']['html']; ?>
 <?php echo smarty_function_help(array('id' => "privacy-operator"), $this);?>

      </div>
    </td>
  </tr>
</table>
<?php echo '
  <script type="text/javascript">
    cj("select#privacy_options").change(function () {
      if (cj(this).val() && cj(this).val().length > 1) {
        cj(\'#privacy-operator-wrapper\').show();
      } else {
        cj(\'#privacy-operator-wrapper\').hide();
      }
    }).change();
  </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); ?>