summaryrefslogtreecommitdiff
path: root/plugins/sauserprefs/skins/classic/templates/settingsedit.html
blob: 73ba5988092d7e78760603711921d7a01ae79034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/this/sauserprefs.css" />
<roundcube:if condition="browser:ie" />
<link rel="stylesheet" type="text/css" href="/this/iehacks.css" />
<roundcube:endif />
<roundcube:if condition="browser:safari" />
<link rel="stylesheet" type="text/css" href="/this/safari.css" />
<roundcube:endif />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/this//ie6hacks.css" /><![endif]-->
<script type="text/javascript" src="/functions.js"></script>
</head>
<body class="iframe">

<div id="prefs-title" class="boxtitle"><roundcube:object name="sectionname" /></div>

<div id="prefs-details" class="boxcontent">
<roundcube:object name="userprefs" form="form" helpIcon="/this/help.gif" />
<div id="formfooter">
<div class="footerleft">
<roundcube:button command="plugin.sauserprefs.default" type="input" class="button" label="sauserprefs.usedefault" style="margin-right:0.5em" />
<roundcube:button command="plugin.sauserprefs.save" type="input" class="button mainaction" label="save" />
</div>
</div>
</div>

<p>&nbsp;</p>

</body>
</html>