From: tokul Date: Tue, 30 Mar 2004 13:48:52 +0000 (+0000) Subject: font size=-2 replaced with small X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=7d56f2148c3a5459f7ed51adb1c16e7556edab0f font size=-2 replaced with small fixed strings that are not extracted with gettext 0.10.40 input tags made xhtml compatible. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6958 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/spamcop/options.php b/plugins/spamcop/options.php index 32e69f13..4b3d0922 100755 --- a/plugins/spamcop/options.php +++ b/plugins/spamcop/options.php @@ -82,7 +82,9 @@ spamcop_load();
-
+
+ +

@@ -96,7 +98,7 @@ spamcop_load(); \n" . - '(' . _("Only works with email-based reporting") . ')', + '(' . _("Only works with email-based reporting") . ')', 'right','','valign="top"'); echo html_tag('td', spamcop_enable_disable($spamcop_delete,'save','delete'),'','','valign="top"'); ?> @@ -129,14 +131,16 @@ spamcop_load(); ?> - - "> + + \n"; + ?> - +
- - "> + ' . + '\n"; + ?>
" . - '(' . _("see below") . ')','right','','valign="top"'); + '(' . _("see below") . ')','right','','valign="top"'); ?>
- " /> + \n"; + ?>
diff --git a/plugins/spamcop/spamcop.php b/plugins/spamcop/spamcop.php index e3b00568..7a69bca7 100644 --- a/plugins/spamcop/spamcop.php +++ b/plugins/spamcop/spamcop.php @@ -92,7 +92,7 @@ if(! sqgetGlobalVar('composesession', $composesession, SQ_SESSION) ) { // js_web variable is 1 only when link opens web based report page in new window // and in new window menu line or extra javascript code is not needed. if ($js_web) { - displayHTMLHeader('SpamCop reporting'); + displayHTMLHeader(_("SpamCop reporting")); echo "\n"; } else { displayPageHeader($color,$mailbox); @@ -149,16 +149,14 @@ echo "

";
- - '; + echo '\n"; } else { ?> - - - - " /> + +"; } ?>
@@ -171,14 +169,15 @@ echo "

"; $report_email = 'quick.' . $spamcop_id . '@spam.spamcop.net'; $form_action = SM_PATH . 'src/compose.php'; ?>
- - - - - - - -" /> + + + + + +\n"; +} else { $spam_message = mime_fetch_body ($imap_stream, $passed_id, $passed_ent_id, 50000); if (strlen($spam_message) == 50000) { @@ -197,15 +196,16 @@ echo "

"; echo "\n"; } ?> - - - - - - + + + + \n"; + } ?>
- +