Hello,
It is me again with another issue...
My first application was just a test, and I liked so much this app that I decided to really use it on a component that I have to build for a client.
So I followed all the steps and got to a satisfactory stage of the of where I want to go... I tested every thing on the option o Sandbox and worked perfect. Than I downloaded the component and installed it to my Joomla installation, but I'm having a problem and you can see the screenshot below
I opened the airticket.php file and it seems to be every thing in place
<tr>
<td align="right" class="key">
<label for="date_from">
<?php echo JText::_( "AIRTICKETS_FIELD_DATE_FROM" ); ?> :
</label>
</td>
<td>
<?
echo JDom::_('html.form.input.calendar', array(
'dataKey' => 'date_from',
'dataObject' => $this->ticket,
'dateFormat' => "%Y-%m-%d",
'required' => true,
));
?>
</td>
</tr>
I just can not find where this issue is coming from
Thanks for your help