summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/uploads/civicrm/templates_c/es_ES/%%FD/FD4/FD4493C8%%Individual.tpl.php
blob: 07af2a56e299a9dbff08962cf23d3ff3c2f3d9ee (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?php /* Smarty version 2.6.31, created on 2019-08-30 19:47:35
         compiled from CRM/Contact/Form/Edit/Individual.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/Individual.tpl', 1, false),array('function', 'help', 'CRM/Contact/Form/Edit/Individual.tpl', 79, 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(); ?><script type="text/javascript">
<?php echo '
CRM.$(function($) {
  if ($(\'#contact_sub_type *\').length == 0) {//if they aren\'t any subtype we don\'t offer the option
    $(\'#contact_sub_type\').parent().hide();
  }
});
</script>
'; ?>


<table class="form-layout-compressed">
  <tr>
    <?php if ($this->_tpl_vars['form']['prefix_id']): ?>
    <td>
      <?php echo $this->_tpl_vars['form']['prefix_id']['label']; ?>
<br/>
      <?php echo $this->_tpl_vars['form']['prefix_id']['html']; ?>

    </td>
    <?php endif; ?>
    <?php if ($this->_tpl_vars['form']['formal_title']): ?>
    <td>
      <?php echo $this->_tpl_vars['form']['formal_title']['label']; ?>
<br/>
      <?php echo $this->_tpl_vars['form']['formal_title']['html']; ?>

    </td>
    <?php endif; ?>
    <?php if ($this->_tpl_vars['form']['first_name']): ?>
    <td>
      <?php echo $this->_tpl_vars['form']['first_name']['label']; ?>
<br />
      <?php echo $this->_tpl_vars['form']['first_name']['html']; ?>

    </td>
    <?php endif; ?>
    <?php if ($this->_tpl_vars['form']['middle_name']): ?>
    <td>
      <?php echo $this->_tpl_vars['form']['middle_name']['label']; ?>
<br />
      <?php echo $this->_tpl_vars['form']['middle_name']['html']; ?>

    </td>
    <?php endif; ?>
    <?php if ($this->_tpl_vars['form']['last_name']): ?>
    <td>
      <?php echo $this->_tpl_vars['form']['last_name']['label']; ?>
<br />
      <?php echo $this->_tpl_vars['form']['last_name']['html']; ?>

    </td>
    <?php endif; ?>
    <?php if ($this->_tpl_vars['form']['suffix_id']): ?>
    <td>
      <?php echo $this->_tpl_vars['form']['suffix_id']['label']; ?>
<br/>
      <?php echo $this->_tpl_vars['form']['suffix_id']['html']; ?>

    </td>
    <?php endif; ?>
  </tr>

  <tr>
    <td colspan="2">
      <?php echo $this->_tpl_vars['form']['employer_id']['label']; ?>
&nbsp;<?php echo smarty_function_help(array('id' => "id-current-employer",'file' => "CRM/Contact/Form/Contact.hlp"), $this);?>
<br />
      <?php echo $this->_tpl_vars['form']['employer_id']['html']; ?>

    </td>
    <td>
      <?php echo $this->_tpl_vars['form']['job_title']['label']; ?>
<br />
      <?php echo $this->_tpl_vars['form']['job_title']['html']; ?>

    </td>
    <td>
      <?php echo $this->_tpl_vars['form']['nick_name']['label']; ?>
<br />
      <?php echo $this->_tpl_vars['form']['nick_name']['html']; ?>

    </td>
    <td>
      <?php echo $this->_tpl_vars['form']['contact_sub_type']['label']; ?>
<br />
      <?php echo $this->_tpl_vars['form']['contact_sub_type']['html']; ?>

    </td>
  </tr>
</table>
<?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); ?>