Thursday, May 12, 2011

Remove Footer only in Popup Window.

Copy and paste the Following code into above this code (<SharePoint:DeveloperDashboard runat="server"/>) into the master Page.


 <div class="footer s4-notdlg">
      <div class="ms-wpselectlink"  style="clear: both; padding: 10px; background-color: #666; border: 1px solid #DBDDDE;">&copy; Copyright 2011 OFS FITEL LLC. All Rights Reserved.</div>
  </div>

No comments:

Post a Comment

Give Read Permission for SharePoint Add-in for Azure AD Send Mail to Office 365 Domain Group users.

Below are the Steps for Send Mail to Office 365 Domain Group or AD Group users from Provider Hosted ADD-IN. For this we needs to Give Permi...