Exemplo n.º 1
0
echo $this->escape(JText::_('JT_VALIDATION_FORM_FAILED'));
?>
');
		}
	}
</script>
<!--  set up counters and other necessities -->
<?php 
$namCnt = 0;
$this->form->setValue('living', 'person', $this->lists['indLiving']);
$display = FormHelper::checkDisplay('name', $this->lists['indLiving']);
?>

<script type="text/javascript">
	<?php 
echo FormHelper::getNameEventRowScript('personName', $this->form, $this->lists['appId']);
?>
	<?php 
echo FormHelper::getReferenceRowScript($this->form, $this->lists['appId']);
?>
	<?php 
echo FormHelper::getNoteRowScript(false, $this->form, $this->lists['appId']);
?>
	<?php 
echo FormHelper::getGeneralRowScript();
?>
</script>


<div id="jt-form"> 
<form action="<?php 
Exemplo n.º 2
0
echo $this->escape(JText::_('JT_VALIDATION_FORM_FAILED'));
?>
');
		}
	}
</script>
<!--  set up counters and other necessities -->
<?php 
$evtCnt = 0;
$this->form->setValue('living', 'person', $this->lists['indLiving']);
$display = FormHelper::checkDisplay('relation', $this->lists['indLiving']);
?>

<script type="text/javascript">
	<?php 
echo FormHelper::getNameEventRowScript('relationEvent', $this->form, $this->lists['appId']);
?>
	<?php 
echo FormHelper::getReferenceRowScript($this->form, $this->lists['appId']);
?>
	<?php 
echo FormHelper::getNoteRowScript(false, $this->form, $this->lists['appId']);
?>
	<?php 
echo FormHelper::getGeneralRowScript();
?>
</script>

<div id="jt-form"> 
<form action="<?php 
echo JRoute::_('index.php?option=com_joaktree');