phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Patch: Email attachment


From: Ryan Bonham
Subject: [Phpgroupware-developers] Patch: Email attachment
Date: Thu, 07 Mar 2002 03:00:57 +0000

Hi,

Below is a patch to show scrollbars on the file attachment scrren, currently 
they
are off and it makes attaching a large number of files impossible. I apologize 
if
the patch isn't made right, i havn't submited them before.

Ryan BOnham

diff -aburN phpgroupware.old/email/templates/default/compose.tpl
phpgroupware/email/templates/default/compose.tpl
--- phpgroupware.old/email/templates/default/compose.tpl        Wed Mar  6 
21:57:08 2002
+++ phpgroupware/email/templates/default/compose.tpl    Wed Mar  6 21:57:40 2002
@@ -8,7 +8,7 @@
   }
   function attach_window(url)
   {
-
awin = 
window.open(url,"attach","width=500,height=400,toolbar=no,resizable=yes");
+
awin =
window.open(url,"attach","width=500,height=400,toolbar=no,scrollbars=yes,resizable=yes");
   }
 -->
</script>




reply via email to

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