You cannot restore or re-create a deleted action control on the Default.aspx page of a SharePoint Portal Server 2003 Web site (823283)



The information in this article applies to:

  • Microsoft Office SharePoint Portal Server 2003

SYMPTOMS

When you delete the actions control on the Default.aspx page of a SharePoint Portal Server 2003 Web site, you cannot restore or re-create the control.

WORKAROUND

To work around this problem, follow these steps:
  1. Open your SharePoint Portal Server Web site in Microsoft FrontPage 2003.
  2. Open the Default.aspx page in the Front Page Editor.
  3. In design view, put the pointer where you want the actions control to go.
  4. Switch to code view.

    The pointer is in the same location as it was for design view.
  5. Paste the actions control code into code view. The actions control code is as follows:
    <SPSWC:ToolBar runat="server" id="ActionBar" RenderIfEmpty="false" Orientation="Vertical" TitleLocId="CategoryManagement_ActionBar_Title_Text">
    	<SPSWC:SubmitLinkToolBarButton runat="server" id="TBBNewListing" />
    	<SPSWC:CreateSubCatToolBarButton runat="server" id="TBBNewCategory" />
    	<SPSWC:AddDocumentToolBarButton runat="server" id="TBBAddDoc" />
    	<SPSWC:ToolBarSeparator runat="server" />
    	<SPSWC:CatSettingsToolBarButton runat="server" id="TBBEditDetail" />
    	<SPSWC:ManageSecurityToolBarButton runat="server" id="TBBSecurity" />
    	<SPSWC:ManageContentToolBarButton runat="server" id="TBBManageContent" />
    	<SPSWC:CatSettingsToolBarButton runat="server" id="TBBManageHierarchy" />
    	<SPSWC:ToolBarSeparator runat="server" />
    	<SPSWC:EditCategoryToolBarButton runat="server" id="TBBViewEditToggle" />				
    </SPSWC:ToolBar>
  6. Save the page, and then refresh the view.
The actions control appears in FrontPage 2003 and in Microsoft Internet Explorer.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MinorLast Reviewed:1/9/2006
Keywords:kbScript kbWebServer kbprb KB823283 kbAudITPRO