HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
|
Last change
on this file since 24053e0 was
24053e0,
checked in by thomascube <thomas@…>, 7 years ago
|
|
Several bugfixes and improvements. See CHANGELOG for details
|
-
Property mode set to
100644
|
|
File size:
1.3 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/edit.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" />: |
|---|
| 29 | <roundcube:object name="createfolder" form="subscriptionform" /> |
|---|
| 30 | <roundcube:button command="create-folder" type="input" class="button" label="create" /> |
|---|
| 31 | </div> |
|---|
| 32 | </div> |
|---|
| 33 | |
|---|
| 34 | </div> |
|---|
| 35 | |
|---|
| 36 | </form> |
|---|
| 37 | |
|---|
| 38 | <roundcube:include file="/includes/settingscripts.html" /> |
|---|
| 39 | |
|---|
| 40 | </body> |
|---|
| 41 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.