Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/dc757fc9ef0a76b8#
We have common HTML code, that is used to display:
- error message on editing forms
- search in effect message in grids
- data changed on editing form
I propose we convert it to "design" block and use in all mentioned placed.
This block can also be useful for other purposes too.
This is the code:
<inp2:m_DefineElement name="form_message">
<table width="100%" border="0" cellspacing="0" cellpadding="4"
class="warning-table">
<tr>
<td valign="top" class="form-warning">
<inp2:m_Param name="content"/>
</td>
</tr>
</table>
</inp2:m_DefineElement>
--
Best Regards,