Changeset 1839 in subversion for trunk/roundcubemail/skins/default/templates/addressbook.html
- Timestamp:
- Sep 19, 2008 2:57:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/templates/addressbook.html
r1766 r1839 6 6 <link rel="stylesheet" type="text/css" href="/addresses.css" /> 7 7 <script type="text/javascript" src="/splitter.js"></script> 8 9 <roundcube:if condition="config:ldap_public == false" /> 10 <style type="text/css"> 11 #abookcountbar { left: 20px;} 12 #mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') } 13 #addresslist { width:245px } 14 #contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') } 15 </style> 16 <roundcube:endif /> 17 8 18 </head> 9 19 <body> … … 25 35 26 36 <roundcube:if condition="config:ldap_public" /> 27 28 37 <div id="directorylist"> 29 38 <div id="groups-title"><roundcube:label name="groups" /></div> 30 39 <roundcube:object name="directorylist" id="directories-list" /> 31 40 </div> 32 33 <roundcube:else />34 35 <style type="text/css">36 #abookcountbar { left: 20px;}37 #mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') }38 #addresslist { width:245px }39 #contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') }40 </style>41 42 41 <roundcube:endif /> 43 42
Note: See TracChangeset
for help on using the changeset viewer.
