Problems, need help? Have a tip or advice? Post it here.
13 posts Page 2 of 2
For deleting <cms:config_list_view> , <cms:config_form_view> please try using the following way -
suppose this is the definition you put into the template -
Code: Select all
<cms:config_list_view>
    <cms:html>
      <cms:show_success heading='Title' >
        <ul>
          <li>Somethig</li>
        </ul>
      </cms:show_success>
    </cms:html>
  </cms:config_list_view>

To delete it, make it as follows -
Code: Select all
<cms:config_list_view>

</cms:config_list_view>

i.e., delete the *contents* of <cms:config_list_view>, <cms:config_form_view> instead of deleting the entire tag.
This will remove the tag's output from the admin-panel. Once that is done you can, if you wish, delete the now empty <cms:config_list_view>, <cms:config_form_view> block.

Hope this helps. Please try and let me know.
Hello KK,

Thank you for your instruction.
I will try this tomorrow.
Hello KK,

Thank you KK.
I can delete <cms:show_info heading='Title' >.

Are there any tops of this oppration in doc.

I try to avoid to ask you easy quiestions.
But I could not find any info.
13 posts Page 2 of 2
cron