source: github/skins/default/templates/managefolders.html @ 5f660cd

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 5f660cd was 5f660cd, checked in by alecpl <alec@…>, 5 years ago
  • Minimize "inline" javascript use (#1485433)
  • Property mode set to 100644
File size: 1.5 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<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"
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>
Note: See TracBrowser for help on using the repository browser.