thomascube
2006-09-04 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21
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"
T 20   renameIcon="/images/icons/edit.png" />
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" />:&nbsp;
29 <roundcube:object name="createfolder" form="subscriptionform" />
30 <roundcube:button command="create-folder" type="input" class="button" label="create" />
c8c1e0 31 </div>
S 32 </div>
33
4e17e6 34 </div>
T 35
36 </form>
37
38 <roundcube:include file="/includes/settingscripts.html" />
39
40 </body>
41 </html>