]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/managefolders.html
Imported Upstream version 0.1~beta2.2~dfsg
[roundcube.git] / skins / default / templates / managefolders.html
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 <link rel="stylesheet" type="text/css" href="/settings.css" />
7 </head>
8 <body>
9
10 <roundcube:include file="/includes/taskbar.html" />
11 <roundcube:include file="/includes/header.html" />
12 <roundcube:include file="/includes/settingstabs.html" />
13
14 <form name="subscriptionform" action="./" onsubmit="rcmail.command('create-folder');return false;">
15
16 <div id="folder-manager">
17 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
18   cellpadding="1" cellspacing="0" summary="Folder subscription table"
19   deleteIcon="/images/icons/folder-trash.png"
20   renameIcon="/images/icons/edit.png" />
21 </div>
22
23 <div id="bottomboxes">
24 <div class="settingsbox">
25 <div class="boxtitle"><roundcube:label name="createfolder" /></div>
26
27 <div class="settingspart">
28 <roundcube:label name="foldername" />:&nbsp;
29 <roundcube:object name="createfolder" form="subscriptionform" />
30 <roundcube:button command="create-folder" type="input" class="button" label="create" />
31 </div>
32 </div>
33
34 </div>
35
36 </form>
37
38 <roundcube:include file="/includes/settingscripts.html" />
39
40 </body>
41 </html>