| | |
| | | <script type="text/javascript"> |
| | | |
| | | if (window.rcmail && rcmail.env.action) |
| | | var tab = document.getElementById('settingstab'+rcmail.env.action); |
| | | { |
| | | var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action); |
| | | var tab = document.getElementById('settingstab'+action); |
| | | } |
| | | else |
| | | var tab = document.getElementById('settingstabdefault'); |
| | | |
| | |
| | | span.tablink-selected |
| | | { |
| | | float: left; |
| | | width: 80px; |
| | | height: 17px !important; |
| | | height: 15px; |
| | | padding: 5px 10px 2px 10px; |
| | | width: 100px; |
| | | height: 24px !important; |
| | | height: 22px; |
| | | background: url('images/tab_pas.gif') top left no-repeat; |
| | | } |
| | | |
| | |
| | | background: url('images/tab_act.gif') top left no-repeat; |
| | | } |
| | | |
| | | span.tablink a |
| | | { |
| | | color: #555555; |
| | | } |
| | | |
| | | span.tablink a, |
| | | span.tablink-selected a |
| | | { |
| | | display: block; |
| | | padding-left: 10px; |
| | | padding-top: 5px; |
| | | color: #555555; |
| | | text-decoration: none; |
| | | } |
| | | |
| | | span.tablink-selected a |
| | | { |
| | | color: #000000; |
| | | } |
| | | |
| | | #userprefs-box |
| | | { |
| | | position: absolute; |
| | |
| | | </div> |
| | | |
| | | <roundcube:include file="/includes/taskbar.html" /> |
| | | <roundcube:include file="/includes/settingscripts.html" /> |
| | | |
| | | </body> |
| | | </html> |