diff options
author | thomascube <thomas@roundcube.net> | 2005-10-13 22:21:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-13 22:21:10 +0000 |
commit | 14eafe4d89056b6a5bd383f15c2ca1de647f1d4e (patch) | |
tree | 2f5d2126ce09fbbb0c692bd07fdb8728e3bbc27d /skins/default/templates | |
parent | 455c2bd934e0dd708244e9e1c9fc7acd5d7b37e7 (diff) |
Fixed bug #1325050; added alt-texts for IE
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/managefolders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/managefolders.html b/skins/default/templates/managefolders.html index 99afd5c81..a3095c73c 100644 --- a/skins/default/templates/managefolders.html +++ b/skins/default/templates/managefolders.html @@ -10,7 +10,7 @@ <roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/settingstabs.html" /> -<form name="subscriptionform" action="./"> +<form name="subscriptionform" action="./" onsubmit="rcmail.command('create-folder');return false;"> <div id="folder-manager"> <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" |