]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/managefolders.html
Imported Upstream version 0.2.2
[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 <script type="text/javascript" src="/functions.js"></script>
8 </head>
9 <body onload="rcube_init_settings_tabs()">
10
11 <roundcube:include file="/includes/taskbar.html" />
12 <roundcube:include file="/includes/header.html" />
13 <roundcube:include file="/includes/settingstabs.html" />
14
15 <form name="subscriptionform" action="./" onsubmit="rcmail.command('create-folder');return false;">
16
17 <div id="folder-manager">
18 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
19   cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table"
20   deleteIcon="/images/icons/folder-trash.png"
21   renameIcon="/images/icons/rename.png" />
22 </div>
23
24 <div id="bottomboxes">
25 <div class="settingsbox">
26 <div class="boxtitle"><roundcube:label name="createfolder" /></div>
27
28 <div class="settingspart">
29 <roundcube:label name="foldername" />:&nbsp;
30 <roundcube:object name="createfolder" form="subscriptionform" hintbox="rcmailaddfolderhint" />
31 <roundcube:button command="create-folder" type="input" class="button" label="create" />
32 <div id="rcmailaddfolderhint" class="hint" style="margin-top:1em; height:16px"></div>
33 </div>
34 </div>
35
36 </div>
37
38 </form>
39
40 </body>
41 </html>