Steve,
I have been spending a fair amount of time trying to understand how to control the layout of fields under the tabs. I would really like to create a html_report like form where I can control how all the fields appear to a user when viewing and editing records on a per table or per relationship basis. I would like to add buttons to perform some basic tasks. I have spent time with the smarty templates but there are many nested templates and function calls inside of each template that I get lost trying to find the right template to create in order over-ride the default. Additionally, I want an override for a particular table not for all tables i may use. Clearly, my inexperience is not helping me.
Should I override Dataface_View_Record.html, Dataface_Edit_Record.html, Dataface_FindForm.html for each of my tables/relationships?
How can I make calls to fields directly/individually so I can control where they end up on my html template?
Is everything between the {...} a function call that is in a php document somewhere? if so where and can I add my own functions there?
Also can you answer my date format question in html reports that I posted a couple of days ago
Please be patient and thank you very much in advance.