The new format for the tabbed region details page is nice. However, for scout reports it no longer defaults to the Military tab. Can this be changed back?
On IE 7, I can't change tabs. On other browsers, its Ok. Really IE is crap.
I couldn't care less about IE, and anything prior to 9 is something where I consider the browser the bug.
Defaulting to the military tab is not entirely trivial. Doable, but not in 2 minutes.
View Source on a RegionDetails.php page turns up this bit of javascript at the end of the page, just before the closing body tag:
<script type="text/javascript">
$(document).ready(function() {
$("#tabs").tabs();
$("#tabs").tabs('select', '#military');
});
</script>
Maybe something that could be copied over to ShowScribeNote.php?
Agreed, it looks very nice!
It's so pretty!!!!
Quote from: Indirik on August 06, 2012, 12:39:14 AM
View Source on a RegionDetails.php page turns up this bit of javascript at the end of the page, just before the closing body tag:
Yes, I know, I put it there.
The problem is that this is the output. The actual PHP is this:
$("#tabs").tabs('select', '#<?=$FullInfo?'military':'desc'?>');
And the $FullInfo variable isn't available in the scribe notes. That's why I said it's not trivial.
Quote from: Lanyon on August 06, 2012, 03:05:33 AM
It's so pretty!!!!
Yup, very visually appealing, nice work!
It's a lot nicer
Another nail on the coffin of IE. :-P