source: subversion/trunk/roundcubemail/skins/larry/templates/settings.html @ 5810

Last change on this file since 5810 was 5810, checked in by thomasb, 16 months ago

CSS optimizations for IE8/9

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Revision
File size: 879 bytes
Line 
1<roundcube:object name="doctype" value="html5" />
2<html>
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<roundcube:include file="/includes/links.html" />
6</head>
7<body class="noscroll">
8
9<roundcube:include file="/includes/header.html" />
10
11<div id="mainscreen" class="offset">
12
13<roundcube:include file="/includes/settingstabs.html" />
14
15<div id="settings-right">
16
17<div id="sectionslist" class="uibox listbox">
18<div class="scroller">
19        <roundcube:object name="sectionslist" id="sections-table" class="listing" />
20</div>
21</div>
22
23<div id="preferences-box" class="uibox contentbox">
24<roundcube:object name="prefsframe" id="preferences-frame" style="width:100%; height:96%" frameborder="0" src="/watermark.html" />
25<roundcube:object name="message" id="message" class="statusbar" />
26</div>
27
28</div>
29
30</div>
31
32<roundcube:include file="/includes/footer.html" />
33
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.