source: subversion/trunk/roundcubemail/skins/larry/templates/settingsedit.html @ 5519

Last change on this file since 5519 was 5519, checked in by thomasb, 18 months ago

More work on new skin

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Revision
File size: 681 bytes
RevLine 
[5519]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</head>
7<body class="iframe">
8
9<h1 class="boxtitle"><roundcube:object name="sectionname" /></h1>
10
11<div id="preferences-details" class="boxcontent">
12<roundcube:object name="userprefs" form="form" class="propform" cellspacing="0" />
13</div>
14
15<div id="formfooter">
16<div class="footerleft">
17<roundcube:button command="save" type="input" class="button mainaction" label="save" />
18</div>
19</div>
20
21</body>
22</html>
Note: See TracBrowser for help on using the repository browser.