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" /> |
T |
7 |
</head> |
|
8 |
<body> |
|
9 |
|
b076a4
|
10 |
<roundcube:include file="/includes/taskbar.html" /> |
4e17e6
|
11 |
<roundcube:include file="/includes/header.html" /> |
T |
12 |
<roundcube:include file="/includes/settingstabs.html" /> |
|
13 |
|
14eafe
|
14 |
<form name="subscriptionform" action="./" onsubmit="rcmail.command('create-folder');return false;"> |
4e17e6
|
15 |
|
T |
16 |
<div id="folder-manager"> |
|
17 |
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" |
|
18 |
cellpadding="1" cellspacing="0" summary="Folder subscription table" |
24053e
|
19 |
deleteIcon="/images/icons/folder-trash.png" |
3f6454
|
20 |
renameIcon="/images/icons/rename.png" /> |
24053e
|
21 |
</div> |
4e17e6
|
22 |
|
24053e
|
23 |
<div id="bottomboxes"> |
4e17e6
|
24 |
<div class="settingsbox"> |
T |
25 |
<div class="boxtitle"><roundcube:label name="createfolder" /></div> |
|
26 |
|
|
27 |
<div class="settingspart"> |
|
28 |
<roundcube:label name="foldername" />: |
a8d23d
|
29 |
<roundcube:object name="createfolder" form="subscriptionform" hintbox="rcmailaddfolderhint" /> |
4e17e6
|
30 |
<roundcube:button command="create-folder" type="input" class="button" label="create" /> |
a8d23d
|
31 |
<div id="rcmailaddfolderhint" class="hint" style="margin-top:1em; height:16px"></div> |
c8c1e0
|
32 |
</div> |
S |
33 |
</div> |
|
34 |
|
4e17e6
|
35 |
</div> |
T |
36 |
|
|
37 |
</form> |
|
38 |
|
|
39 |
<roundcube:include file="/includes/settingscripts.html" /> |
|
40 |
|
|
41 |
</body> |
|
42 |
</html> |