alecpl
2008-09-29 bf2f39ea6d2b49c7495a43cca19ab18f27f8292e
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>