3

I was trying to add a link in the sitemap. you can see in following picture what I got after I import the customizations xml.

enter image description here

how to change the name "Unknown3205" ???

I have added this following XML setting:

 <Group Id="Extensions" ResourceId="Group_Extensions">
          <SubArea Id="new_Edit_Trip" Url="$Webresource:new_/Edit_Task.htm"/>
          .....................
          ...................
        </Group>

What is wrong with it?

Thanks.

Tamal Kanti Dey
  • 566
  • 2
  • 8
  • 28

1 Answers1

4

You can specify attribute Title into SubArea. Something like this:

<SubArea Id="new_Edit_Trip" Title="Edit Task" Url="$Webresource:new_/Edit_Task.htm"/>
SergeyS
  • 3,515
  • 18
  • 27