views:

75

answers:

0

I'm trying to remove a drop down sub-menu option from the page editing menu in moss 2007.

I'm using the following xml in my customeditingmenu.xml located in the masterpage gallery > Editing Menu.

<?xml version="1.0" encoding="utf-8" ?>
<Console>
   <structure >   
           <ConsoleNode ConfigMenu="Delete" ChangedNodeID="saCancelApprovalWorkflow"/>
    </structure >
</Console>

This should delete the node from navigation but after an IISreset it still appears.

I've confirmed that adding this to the editingmenu.xml file directly works.

Can anyone spot a problem with the syntax?