From 20a1b3a0e1a46266b149a23562bb71680e666edb Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 25 Sep 2005 16:53:38 +0000 Subject: *** empty log message *** --- program/localization/de/labels.inc | 1 + program/localization/en/labels.inc | 3 ++- program/steps/mail/func.inc | 6 +++--- program/steps/settings/func.inc | 7 ++++++- skins/default/mail.css | 2 ++ skins/default/templates/compose.html | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/program/localization/de/labels.inc b/program/localization/de/labels.inc index 8c50e1052..4e5a97b40 100644 --- a/program/localization/de/labels.inc +++ b/program/localization/de/labels.inc @@ -107,6 +107,7 @@ $labels['compose'] = 'Neue Nachricht verfassen'; $labels['sendmessage'] = 'Nachricht jetzt senden'; $labels['addattachment'] = 'Datei anfügen'; +$labels['attachments'] = 'Anhänge'; $labels['upload'] = 'Hochladen'; $labels['close'] = 'Schliessen'; diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index 7dd0fc1df..4b424136e 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -90,7 +90,7 @@ $labels['today'] = 'Today'; // toolbar buttons $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; -$labels['forwardmessage'] = 'Forwad the message'; +$labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; $labels['previousmessages'] = 'Show previous set of messages'; @@ -107,6 +107,7 @@ $labels['compose'] = 'Compose a message'; $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; +$labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; $labels['close'] = 'Close'; diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 2109bed3a..d53b8b0c3 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -427,13 +427,13 @@ function rcmail_print_body($part, $safe=FALSE, $plain=FALSE) // $body, $ctype_pr $url_chars_within = '\?\.~,!'; $convert_patterns[] = "/([\w]+):\/\/([a-z0-9\-\.]+[a-z]{2,4}([$url_chars$url_chars_within]*[$url_chars])?)/ie"; - $convert_replaces[] = "rcmail_str_replacement('\\1://\\2', &\$replace_strings)"; + $convert_replaces[] = "rcmail_str_replacement('\\1://\\2', \$replace_strings)"; $convert_patterns[] = "/([^\/:]|\s)(www\.)([a-z0-9\-]{2,}[a-z]{2,4}([$url_chars$url_chars_within]*[$url_chars])?)/ie"; - $convert_replaces[] = "rcmail_str_replacement('\\1\\2\\3', &\$replace_strings)"; + $convert_replaces[] = "rcmail_str_replacement('\\1\\2\\3', \$replace_strings)"; $convert_patterns[] = '/([a-z0-9][a-z0-9\-\.\+\_]*@[a-z0-9]([a-z0-9\-][.]?)*[a-z0-9]\\.[a-z]{2,5})/ie'; - $convert_replaces[] = "rcmail_str_replacement('\\1', &\$replace_strings)"; + $convert_replaces[] = "rcmail_str_replacement('\\1', \$replace_strings)"; $body = wordwrap(trim($body), 80); $body = preg_replace($convert_patterns, $convert_replaces, $body); diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 826717fd9..c48f41c90 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -51,8 +51,13 @@ function rcmail_user_prefs_form($attrib) // show language selection $field_id = 'rcmfd_lang'; $select_lang = new select(array('name' => '_language', 'id' => $field_id)); - $select_lang->add('English', 'en'); + // $select_lang->add('Czech', 'cs'); + $select_lang->add('Dansk', 'da'); $select_lang->add('Deutsch', 'de'); + $select_lang->add('English', 'en'); + $select_lang->add('Espanol', 'es'); + $select_lang->add('Fran¨ais', 'fr'); + $select_lang->add('Italiano', 'it'); $out .= sprintf("%s\n", $field_id, diff --git a/skins/default/mail.css b/skins/default/mail.css index 239024c73..eb8d67cae 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -187,6 +187,8 @@ background-color: #F9F9F9; list-style-image: none; list-style-type: none; + overflow: hidden; + white-space: nowrap; } #mailboxlist li diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 7ff5f3006..5fd5e7397 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -95,7 +95,7 @@ function rcmail_toggle_display(id)
-
Attachments
+

-- cgit v1.2.3