Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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> 

Related Tasks

INP-627 - Getting issue details... STATUS

  • No labels