source: subversion/trunk/roundcubemail/skins/default/templates/settings.html @ 2097

Last change on this file since 2097 was 2097, checked in by thomasb, 5 years ago

Spread settings box over the whole width of the windows + make fieldsets float

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<roundcube:include file="/includes/links.html" />
6<link rel="stylesheet" type="text/css" href="/settings.css" />
7<script type="text/javascript" src="/functions.js"></script>
8</head>
9<body onload="rcube_init_settings_tabs()">
10
11<roundcube:include file="/includes/taskbar.html" />
12<roundcube:include file="/includes/header.html" />
13<roundcube:include file="/includes/settingstabs.html" />
14
15<div id="userprefs-box">
16<div id="userprefs-title"><roundcube:label name="userpreferences" /></div>
17
18<div style="padding:15px 0 15px 15px">
19<roundcube:object name="userprefs">
20<div style="clear:left"></div>
21</div>
22</div>
23
24<p id="listbuttons">
25<roundcube:button command="save" type="input" class="button mainaction" label="save" />
26</p>
27
28<div class="advswitch">
29<label for="advswitch"><roundcube:label name="advancedoptions"></label>
30<input type="checkbox" id="advswitch" name="_advanced" value="0" onclick="rcube_show_advanced(this.checked)" />
31</div>
32
33</body>
34</html>
Note: See TracBrowser for help on using the repository browser.