alecpl
2008-09-04 30694e4a1201c5e72fb52e59ecc79a1a06296f9b
commit | author | age
4e17e6 1 <script type="text/javascript">
T 2
3 if (window.rcmail && rcmail.env.action)
455c2b 4   {
T 5   var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action);
6   var tab = document.getElementById('settingstab'+action);
7   }
4e17e6 8 else 
T 9   var tab = document.getElementById('settingstabdefault');
10   
11 if (tab)
12   tab.className = 'tablink-selected';
13
14 </script>