commit | author | age
|
4e17e6
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
T |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 |
<head> |
|
4 |
<title><roundcube:object name="pagetitle" /></title> |
e66f5b
|
5 |
<roundcube:include file="/includes/links.html" /> |
4e17e6
|
6 |
<link rel="stylesheet" type="text/css" href="/settings.css" /> |
ffae15
|
7 |
<script type="text/javascript"> |
A |
8 |
function show_adv(box) |
|
9 |
{ |
|
10 |
var rows = document.getElementsByTagName('TR'); |
|
11 |
for(var i=0; i<rows.length; i++) |
|
12 |
if(rows[i].className && rows[i].className.match(/advanced/)) |
|
13 |
rows[i].style.display = box.checked ? (bw.ie ? 'block' : 'table-row') : 'none'; |
|
14 |
} |
|
15 |
</script> |
4e17e6
|
16 |
</head> |
T |
17 |
<body> |
|
18 |
|
b076a4
|
19 |
<roundcube:include file="/includes/taskbar.html" /> |
4e17e6
|
20 |
<roundcube:include file="/includes/header.html" /> |
T |
21 |
<roundcube:include file="/includes/settingstabs.html" /> |
|
22 |
|
|
23 |
<div id="userprefs-box"> |
|
24 |
<div id="userprefs-title"><roundcube:label name="userpreferences" /></div> |
|
25 |
|
|
26 |
<div style="padding:15px"> |
|
27 |
<roundcube:object name="userprefs"> |
5d480c
|
28 |
</div> |
T |
29 |
</div> |
4e17e6
|
30 |
|
ffae15
|
31 |
<p id="listbuttons"> |
A |
32 |
<roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
|
33 |
</p> |
|
34 |
|
|
35 |
<div class="advswitch"> |
|
36 |
<label for="advswitch"><roundcube:label name="advancedoptions"><label> |
|
37 |
<input type="checkbox" id="advswitch" name="_advanced" value="0" onclick="show_adv(this)" /> |
|
38 |
</div> |
4e17e6
|
39 |
|
T |
40 |
<roundcube:include file="/includes/settingscripts.html" /> |
|
41 |
|
|
42 |
</body> |
|
43 |
</html> |