From 14eafe4d89056b6a5bd383f15c2ca1de647f1d4e Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 13 Oct 2005 18:21:10 -0400 Subject: [PATCH] Fixed bug #1325050; added alt-texts for IE --- 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 99afd5c..a3095c7 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" -- Gitblit v1.9.1