Summary:
remove html elements from FormBrowser
Detailed Description:
At the moment, FormBrowser creates HTML elements from within its own code. This
means that the user has to stick with the icons and layout as dictated by
functions. Examples include viewlink, deletelink, editlink, addlink, addresp. In
each case the function generates HTML code rather than just a url. The HTML
includes links, images, other layout / presentation code.
Surely it would be more desirable to at least have the option of viewlinkurl,
deletelinkurl, editlinkurl etc and leaving it up to designers to decide how they
wish for these links to be displayed to users, in the template - or at least
have the option present.