Wictor Wilén has a neat little trick to add the Word 2007 and Excel 2007 icons to Sharepoint 2003 when you upload .docx and .xlsx documents.

He provides the two small GIF icons plus the line"> Add Office 2007 icons to SharePoint 2003

Add Office 2007 icons to SharePoint 2003
Office Watch - Monday, October 30, 2006
A neat little hack to add the Word 2007 and Excel 2007 icons to Sharepoint 2003.

Home

Wictor Wilén has a neat little trick to add the Word 2007 and Excel 2007 icons to Sharepoint 2003 when you upload .docx and .xlsx documents.

He provides the two small GIF icons plus the lines to add to the Sharepoint configuration file.

We can only add that you might want to expand the lines in docicon.xml with additional Mapping extensions for other Office 2007 document  formats like docm and xlsm (Word and Excel documents with macros) or even the many other new extensions used in Office 2007.

"

Then open the file C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\XML\docicon.xml with your favorite XML editor and add these two lines under the ByExtension element:

<Mapping OpenControl="SharePoint.OpenDocuments" EditText="Microsoft Office Word 2007" Value="icdocx.gif" Key="docx" />

<Mapping OpenControl="SharePoint.OpenDocuments" EditText="Microsoft Office Excel 2007" Value="icxlsx.gif" Key="xlsx" />

Save the file and reset the IIS and you're done.

"

Office Watch : news tips and help for Microsoft Office, Word, Excel, Powerpoint, Outlook Office Watch

The article has been moved here