Changeset 455c2bd in github
- Timestamp:
- Oct 13, 2005 6:13:11 PM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 14eafe4
- Parents:
- 09941ea
- Location:
- skins/default
- Files:
-
- 3 edited
-
includes/settingscripts.html (modified) (1 diff)
-
settings.css (modified) (2 diffs)
-
templates/addidentity.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/includes/settingscripts.html
r4e17e6c r455c2bd 2 2 3 3 if (window.rcmail && rcmail.env.action) 4 var tab = document.getElementById('settingstab'+rcmail.env.action); 4 { 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 } 5 8 else 6 9 var tab = document.getElementById('settingstabdefault'); -
skins/default/settings.css
r4e17e6c r455c2bd 19 19 { 20 20 float: left; 21 width: 80px; 22 height: 17px !important; 23 height: 15px; 24 padding: 5px 10px 2px 10px; 21 width: 100px; 22 height: 24px !important; 23 height: 22px; 25 24 background: url('images/tab_pas.gif') top left no-repeat; 26 25 } … … 31 30 } 32 31 33 span.tablink a34 {35 color: #555555;36 }37 38 32 span.tablink a, 39 33 span.tablink-selected a 40 34 { 35 display: block; 36 padding-left: 10px; 37 padding-top: 5px; 38 color: #555555; 41 39 text-decoration: none; 40 } 41 42 span.tablink-selected a 43 { 44 color: #000000; 42 45 } 43 46 -
skins/default/templates/addidentity.html
r4e17e6c r455c2bd 31 31 32 32 <roundcube:include file="/includes/taskbar.html" /> 33 <roundcube:include file="/includes/settingscripts.html" /> 33 34 34 35 </body>
Note: See TracChangeset
for help on using the changeset viewer.
