Hi.
Using PHP-Runner 4.0 Build 265, I'm trying to create a form to manage a table of two fields:
user_id - place_id
But I get this error message:
-------
Smarty error: [in users_places_list.htm line 42]: syntax error: unrecognized tag: build_edit_control
-------
That line @users_places_list.htm:
-------
{build_edit_control> <INPUT class=button onclick="java script: RunSearch();" type=button value=Search>
-------
Why is 'build_edit_control' tag not build (it lacks some text)?
Thank you very much.