Ok i just added here in ProductDetails.tpl text (found it using firebug):
<tr valign="bottom">
<td class="small" id="setComment">
Deadline
<textarea id="comment1" name="comment1" class=small style="width:70%;height:40px"></textarea>
<img src="{'clear_field.gif'|@vtiger_imageurl:$THEME}" onClick="{literal}${/literal}('comment1').value=''"; style="cursor:pointer;" />
</td>
</tr>
Maybe its not a date field but works for now :] I just dont know how to do this with next products lines. In this way it will be possible to even add new fields, but i dont know where to add code. What you think?
<tr valign="bottom">
<td class="small" id="setComment">
Deadline
<textarea id="comment1" name="comment1" class=small style="width:70%;height:40px"></textarea>
<img src="{'clear_field.gif'|@vtiger_imageurl:$THEME}" onClick="{literal}${/literal}('comment1').value=''"; style="cursor:pointer;" />
</td>
</tr>
Maybe its not a date field but works for now :] I just dont know how to do this with next products lines. In this way it will be possible to even add new fields, but i dont know where to add code. What you think?