alecpl
2010-06-30 3e58bf2062be1323d7c7c021d40255458e28e74d
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" />
5f660c 6 <script type="text/javascript" src="/functions.js"></script>
4e17e6 7 </head>
cc97ea 8 <body>
4e17e6 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
087c7d 16 <div id="mainscreen">
A 17
4e17e6 18 <div id="folder-manager">
T 19 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
72a8c3 20   cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table"
991a25 21   deleteIcon="/images/icons/delete.png"
3f6454 22   renameIcon="/images/icons/rename.png" />
24053e 23 </div>
4e17e6 24
087c7d 25 <div id="bottomboxes" class="box">
4e17e6 26 <div class="boxtitle"><roundcube:label name="createfolder" /></div>
T 27
6fff3c 28 <div class="boxcontent">
4e17e6 29 <roundcube:label name="foldername" />:&nbsp;
a8d23d 30 <roundcube:object name="createfolder" form="subscriptionform" hintbox="rcmailaddfolderhint" />
4e17e6 31 <roundcube:button command="create-folder" type="input" class="button" label="create" />
a8d23d 32 <div id="rcmailaddfolderhint" class="hint" style="margin-top:1em; height:16px"></div>
c8c1e0 33 </div>
S 34 </div>
35
4e17e6 36 </div>
T 37
38 </form>
ce06d3 39
4e17e6 40 </body>
T 41 </html>