robsiemb
ab185e4315
avoid stupid IE6 bug with frames and scrollbars
2002-10-23 20:22:02 +00:00
Thijs Kinkhorst
3521d74783
Do some HTML4 fixes and upgrade our HTML version to 4.01.
2002-10-23 11:59:04 +00:00
Thijs Kinkhorst
708214822b
Use a consistent capitalization of "SquirrelMail" throughout the application.
2002-10-22 20:55:22 +00:00
stekkel
df0abfef1f
removed $session from glabal because it was messing up the comp_in_new
...
function
2002-10-15 21:05:54 +00:00
stekkel
2bfbbec970
Added configurable SquirrelMail link. Hopefully this filters the feedback
...
page oon squirrelmail.org
2002-10-11 07:28:42 +00:00
Thijs Kinkhorst
f061369901
More rg=0
2002-09-21 20:26:52 +00:00
thomppj
9001d31cf8
Converted all files in functions/ to use SM_PATH. This will break all
...
plugins. Each callable script needs a:
define('SM_PATH', '../../');
Or something like that put at the top.
2002-09-06 00:31:43 +00:00
thomppj
80df84b2fc
Lots of small user interface fixes. Added user option to enable/disable "forward as attachment".
2002-08-21 22:56:09 +00:00
stekkel
08760c7fc8
javascript fix for window.open.
2002-08-16 14:11:15 +00:00
stekkel
1d030a2285
fix for opening compose windows twice in case of forward from the
...
mailbox_display
2002-08-16 13:58:21 +00:00
stekkel
1dfaf8b244
I realy need to update my branch :-(
2002-08-06 23:27:34 +00:00
stekkel
318010bd70
modified comp_in_new
2002-08-06 22:43:43 +00:00
stekkel
9d610df621
removed html.class stuff and fixed comp_in_new js script
2002-07-29 20:58:34 +00:00
stekkel
ee1838f3e8
forgot to remove some comments
2002-07-25 18:41:11 +00:00
stekkel
0b29c9065a
simpler method for sending the MDN
2002-07-25 18:34:36 +00:00
thomppj
072fc8552f
Renamed class/*.class files to class/*.class.php and made modifications
...
throughout the SquirrelMail code to represent these changes.
2002-07-25 13:57:18 +00:00
teepe
90b9d38b41
this is better,
...
<!DOCTYPE... is no longer a style, but more a textual prefix, which it also is...
<HTML> tag incorporated truly
2002-07-14 16:03:13 +00:00
teepe
86047b6757
Since <!DOCTYPE may _not_ be closed, it is a style parameter
...
(when talking in the language of html.class)
With this change, there is no </!DOCTYPE tag, which is not only more elegant, but also allows the pages to validate :-)
Marc, Could you look into my comments on the addChild('HTML') issue?
I assume you want the doc to look like this, right?
<!DOCTYPE blah>
<html>
<head>
blah
</head>
<body>
blah
</body>
</html>
2002-07-14 15:28:55 +00:00
teepe
c9452319cd
  ->
2002-07-14 13:34:56 +00:00
stekkel
2f879e96ff
added functions to support the html class
2002-07-12 16:02:21 +00:00
Pontus Ullgren
3ad93954cf
Moved the generic_header hook back to page_header.php. bug #554278
2002-07-10 22:27:43 +00:00
philippe_mingo
f7aef6953d
r2l by Yoav
2002-06-28 06:36:15 +00:00
jmunro
d3b192781f
typo
2002-06-13 14:48:02 +00:00
jmunro
eca4214dd5
fix for compose in new window from plugin pages, + typo fix
2002-06-13 14:36:38 +00:00
stekkel
a688981d84
removed debug message (thnx jason)
2002-05-24 18:08:26 +00:00
stekkel
0acf8734fe
fixed comp_in_new handling
2002-05-24 15:37:47 +00:00
stekkel
c153b6ba5a
final try
2002-05-17 13:11:39 +00:00
stekkel
fa65eddca6
final try ..
2002-05-17 12:37:30 +00:00
stekkel
fd292d2dcd
rollback2
2002-05-17 12:31:25 +00:00
stekkel
b8714f3a4a
rollback
2002-05-17 12:29:49 +00:00
stekkel
1a2d331ab4
Fix for forward messages from a search
2002-05-17 12:08:27 +00:00
centaurix
480cf248b1
patch #551871 for feature request #545070 from Stefan Tietke (stfn) regarding utf7 imap encoding
2002-05-16 12:17:15 +00:00
jmunro
9338de7027
fix for text box focus on read_body.php. Ryan, adding a simple case block causes errors with E_ALL and breaks the 'compose in new window' option when launched from read_body.php. This fix disables the text box focus without warnings or breakage :)
2002-05-14 15:13:29 +00:00
jmunro
131c51ff60
patch #527664 . disables text box focus when reading mail.
...
Thanks Ryan O'Neill
2002-05-09 04:05:01 +00:00
jmunro
9dae3838b9
lets the users set the size of the 'compose in new window' pop up
2002-04-17 14:41:50 +00:00
jmunro
82678a752c
remove old 'search_pos' pref, not used anymore. bug # 518693
2002-04-02 21:07:52 +00:00
philippe_mingo
05747bc945
Optimization:
...
readMailboxParent was only been used in imap_mailbox. Removed from
strings.php as this is a frequent loaded module.
2002-03-23 16:23:57 +00:00
jmunro
22c50f48e5
fixed $custom_css (ended up in single quotes after code cleanup)
2002-03-18 16:24:15 +00:00
philippe_mingo
174eb5a186
QC. Some code cleanup to avoid line overflow on mail list.
2002-03-17 20:24:45 +00:00
stekkel
3ec6cd283f
added extra variable to make it possible to add more lines to the onload
...
function
2002-03-08 21:22:31 +00:00
simond
17f36392d0
Clear out tabs for proper spaces
2002-03-02 20:31:04 +00:00
Bron Gondwana
3b0914a58c
Move javascript from between <head> and <body> into <head> where it
...
belongs.
2002-02-19 01:41:48 +00:00
jmunro
5b81f4db16
fixed several warnings about Undefined vars
2002-02-11 19:22:04 +00:00
jmunro
dc073365fb
fixed another translation issue
2002-02-11 18:45:55 +00:00
jmunro
98b3662e24
Fixed Missing translation on Compose link
2002-02-11 18:41:37 +00:00
jmunro
c12c7b406e
Added a "compose in new window" option located in display prefs. Each file that calls compose.php has been modified
2002-02-11 18:25:59 +00:00
philippe_mingo
7559a66939
Code cleaning
2002-02-04 20:28:57 +00:00
philippe_mingo
256ee4adb9
Some intl. fix
2002-02-04 14:58:45 +00:00
philippe_mingo
c82d672c6e
Inbox fix
2002-02-04 10:30:09 +00:00
teepe
52f24ab4e5
_top frame problem fix
2002-01-27 23:30:40 +00:00