source: github/skins/default/templates/managefolders.html @ a2740628

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since a2740628 was a8d23d8, checked in by thomascube <thomas@…>, 5 years ago

Show message count in folder list and hint when creating a subfolder

  • Property mode set to 100644
File size: 1.4 KB
Line 
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/rename.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" hintbox="rcmailaddfolderhint" />
30<roundcube:button command="create-folder" type="input" class="button" label="create" />
31<div id="rcmailaddfolderhint" class="hint" style="margin-top:1em; height:16px"></div>
32</div>
33</div>
34
35</div>
36
37</form>
38
39<roundcube:include file="/includes/settingscripts.html" />
40
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.