I'm building a site using Sharepoint 2010 but unfortunately i have very limited options as far as server side editing (my workplace deleted a few features from the sharepoint server).
Right now i'm displaying different Lists in tabs (using EasyTabs 5.0 script) and for this i need to show the lists without any UI - no ribbon and no quick launch. I found a way to get rid of both but now i find myself in a new predicament - i can't edit the list using the ribbon because i don't know how to bring it back!
to hide the ribbon and/or i used content editor parts with the following code:
<style type="text/css">
#s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, #ms-cui-ribbonTopBars, #s4-titlerow, #s4-pr s4-notdlg s4-titlerowhidetitle, #s4-leftpanel-content {display:none !important;}
.s4-ca{margin-left:0px !important; margin-right:0px !important;}
</style>
Any ideas on how to edit my list now or maybe how to get the ribbon back?
Thank you very much.