Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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  This block can also be useful for other purposes too. 

This is the code:

Code Block
languagexml
<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_

...

--
Best Regards,

...

DefineElement> 

Related Tasks

Jira Legacy
serverSystem Jira
serverId513b375f-8291-3313-9d9f-704c39b1f915
keyINP-627