function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NatakuNataku 

Recreating default Account Tab

Hi All,

My manager is aking me to "theme" Salesforce into our companies' color scheme. From some research it appears that the only way to do it is to recreate each page within VisualForce. I managed to get the details page and list page done, but now I'm stuck  trying to figure out how to recreate the landing page when you click on a Tab. (the one where it shows recent items) I've tried recreating each object, but then couldn't figure out how to recreate the drop down to select views. Can someone help me with the code needed to create that object or even better some sort of code that just recreate the page like what I'm doing to recreate the detail/list page
<apex:enhancedlist type="Account" height="730" customizable="false" rowsPerPage="25"/>

Getting the feeling that Home and Report is going to be a pain too... but I'll save that for another time.

Thanks,
RamuRamu (Salesforce Developers) 
The below article might help
http://www.mindfiresolutions.com/Display-your-custom-VisualForce-Page-for-standard-New-or-Edit-page-of-object-from-listview-1487.php
NatakuNataku
@Ramu
Thanks for the link, but I think it's a little different from what I'm trying to do.
I'm trying to recreate this at the moment(see image):
View Drop down