← Back to team overview

phpdevshell team mailing list archive

[Bug 664913] Re: System Admin tabs don't work

 

Try patching with this code:
themes/cloud/js/tabs/jquery.tabs.js

$(function() {
	$( "#tabs" ).tabs({
		cookie: {
			// store cookie for a day, without, it would be a session cookie
			expires: 1
		}
	});
});

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/664913

Title:
  System Admin tabs don't work

Status in Open Source PHP RAD Framework with UI.:
  In Progress

Bug description:
  v3.0.0-Beta-2 with Firefox 3.6.10

When you click on System Managemnt > System Admin none of the tabs are highlighted. If you click on a tab it adds the tab information to the bottom of the page without removing the information from the previous tab, so the page gets longer and longer!





References