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> |
071c78
|
7 |
<body class="noscroll"> |
e19229
|
8 |
|
T |
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" cellspacing="0" summary="Identities list" noheader="true" editIcon="" /> |
|
21 |
</div> |
|
22 |
<div class="boxfooter"> |
7c2a93
|
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" /><roundcube:button command="delete" type="link" title="delete" class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner" content="-" condition="config:identities_level:0<2" /> |
e19229
|
24 |
</div> |
T |
25 |
</div> |
|
26 |
|
7c2a93
|
27 |
<div id="identity-details" class="uibox contentbox"> |
d5fedc
|
28 |
<roundcube:object name="identityframe" id="preferences-frame" style="width:100%; height:96%" frameborder="0" src="/watermark.html" /> |
7c2a93
|
29 |
<roundcube:object name="message" id="message" class="statusbar" /> |
e19229
|
30 |
</div> |
T |
31 |
|
|
32 |
</div> |
|
33 |
|
918bb9
|
34 |
</div> |
T |
35 |
|
e19229
|
36 |
<roundcube:include file="/includes/footer.html" /> |
T |
37 |
|
|
38 |
</body> |
|
39 |
</html> |