thomascube
2011-12-26 847d31060967760f009485dbb80cd588669e21bf
commit | author | age
e19229 1 <roundcube:object name="doctype" value="html5" />
T 2 <html>
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 </head>
7 <body>
8
9 <roundcube:include file="/includes/header.html" />
10
11 <div id="mainscreen" class="offset">
12
13 <roundcube:include file="/includes/settingstabs.html" />
14
918bb9 15 <div id="settings-right">
T 16
e19229 17 <div id="identitieslist" class="uibox listbox">
T 18 <h2 class="boxtitle"><roundcube:label name="identities" /></h2>
19 <div class="scroller withfooter">
20 <roundcube:object name="identitiesList" id="identities-table" class="listing" noheader="true" editIcon="" />
21 </div>
22 <div class="boxfooter">
23 <roundcube:button command="add" type="link" title="newidentity" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" condition="config:identities_level:0<2" />
24 </div>
25 </div>
26
27 <div id="identity-details" class="uibox contentbox">
28 <h1 class="boxtitle"><roundcube:object name="steptitle" /></h1>
29
30 <div class="boxcontent scroller">
31 <roundcube:object name="identityform" class="propform" size="40" textareacols="40" textarearows="6" />
32
33 <p class="formbuttons">
34     <roundcube:button command="save" type="input" class="button mainaction" label="save" />
b540ed 35     <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'" />
e19229 36 </p>
T 37 </div>
38
39 <roundcube:object name="message" id="message" class="statusbar" />
40 </div>
41
42 </div>
43
918bb9 44 </div>
T 45
e19229 46 <roundcube:include file="/includes/footer.html" />
T 47
48 </body>
49 </html>