phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] Bug fix for email app


From: Randy Smith
Subject: [Phpgroupware-developers] Bug fix for email app
Date: Tue, 05 Feb 2002 16:44:27 +0000

Hi,

There is a improperly nested tag on the default email compose template. This
prevents Konqueor from being able to send mail. I've included the patch below.

Thanks for all the work. Y'all are doing a great job.

Randy

#### DIFF ####

--- compose.tpl Tue Feb  5 09:40:58 2002
+++ compose.tpl.org     Mon Jan 14 13:51:38 2002
@@ -13,8 +13,8 @@
 -->
 </script>

-<form enctype="multipart/form-data" name="{form1_name}" action="{form1_action}"
method="{form1_method}">
 <table border="0" cellpadding="1" cellspacing="1" width="95%" align="center">
+<form enctype="multipart/form-data" name="{form1_name}" action="{form1_action}"
method="{form1_method}">
 <tr>
        <td colspan="2" bgcolor="{buttons_bgcolor}">
                <table border="0" cellpadding="4" cellspacing="1" width="100%">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]