0

Hi everyone,

I’m looking for some expert opinion on how to solve my latest SP problem. I’ve had a complaint from our accessibility group about the All Site Content page (viewlsts.aspx) in SP2010 and I need to make some HTML tweaks to the table that lists all the content. I’m debating between two solutions:

1. Using jQuery to modify the DOM on the fly and correct the inaccessible HTML.

2. Deploying a new, accessible viewlsts.aspx to the _layouts folder.

Now I know that customizing OOTB files is not allowed but I’m not sure the jQuery route is the best either. We have a custom master page with custom JS deployed already and I’m concerned about the jQuery interfering with that and with the performance of the jQuery.

With option 2 I could rename the original page to viewlsts.aspx.bak and deploy my viewlsts.aspx in it’s place. It’s pretty clean but not technically allowed and carries its own risks.

What should I do? Any best practices or recommendations I should know about?

Note that we have SP2010 on premise with 4 web front ends, about 4000 sites and about 25 000 users.

Thanks everyone, cheers!

(Visited 22 times, 1 visits today)
Add a Comment