From b46f1bb26fa55bb098c21f10ce787ec4f29fa15e Mon Sep 17 00:00:00 2001 From: "psychoticwolf%carolina.rr.com" Date: Wed, 27 Oct 2004 00:26:42 +0000 Subject: [PATCH] Fix charset issues on featured update and showlist.php. Bug 258478. git-svn-id: svn://10.0.0.236/branches/update_0_9_branch@164477 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/update/extensions/showlist.php | 11 ++++++----- mozilla/webtools/update/inc_featuredupdate.php | 4 ++-- mozilla/webtools/update/themes/showlist.php | 10 +++++----- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/mozilla/webtools/update/extensions/showlist.php b/mozilla/webtools/update/extensions/showlist.php index daeb1c09040..65233c87e12 100644 --- a/mozilla/webtools/update/extensions/showlist.php +++ b/mozilla/webtools/update/extensions/showlist.php @@ -176,13 +176,13 @@ if (!$category) {$categoryname="All"; } else {$categoryname = $category;} echo"
"; $previd=$pageid-1; if ($previd >"0") { -echo"« Previous · "; +echo"« Previous • "; } echo"Page $pageid of $num_pages"; $nextid=$pageid+1; if ($pageid <$num_pages) { -echo" · Next »"; +echo" • Next »"; } echo"
\n"; @@ -395,7 +395,8 @@ echo"
"; if ($appname=="Thunderbird") { echo"\"\"More Info"; } else { -echo"\"\"Install"; +//echo"\"\"Install"; +echo"\"\"Install"; } echo"
Size: $filesize kb
"; if ($homepage) {echo"
\"\"Homepage
";} @@ -427,14 +428,14 @@ echo"
"; echo"
"; $previd=$pageid-1; if ($previd >"0") { -echo"« Previous · "; +echo"« Previous • "; } echo"Page $pageid of $num_pages"; $nextid=$pageid+1; if ($pageid <$num_pages) { -echo" · Next »"; +echo" • Next »"; } echo"
\n"; diff --git a/mozilla/webtools/update/inc_featuredupdate.php b/mozilla/webtools/update/inc_featuredupdate.php index f0708a6fd48..6094ecb21bb 100644 --- a/mozilla/webtools/update/inc_featuredupdate.php +++ b/mozilla/webtools/update/inc_featuredupdate.php @@ -41,8 +41,8 @@
Firefox 1.0 Preview Release and Thunderbird 0.8 Released!
-

The Firefox 1.0 Preview Release is now available. Three large new features — Live Bookmarks, the Find bar and a new plugin -installer — have landed since 0.9, along with a host of critical bugfixes.

+

The Firefox 1.0 Preview Release is now available. Three large new features - Live Bookmarks, the Find bar and a new plugin +installer - have landed since 0.9, along with a host of critical bugfixes.

Mozilla Thunderbird 0.8 has just been released! This latest milestone adds a frequently requested feature: support for filtering all POP mail into a Global Inbox under Local Folders. In addition, this release sees the debut of diff --git a/mozilla/webtools/update/themes/showlist.php b/mozilla/webtools/update/themes/showlist.php index 5098333f7e0..f441a05cefa 100644 --- a/mozilla/webtools/update/themes/showlist.php +++ b/mozilla/webtools/update/themes/showlist.php @@ -185,14 +185,14 @@ if (!$category) {$categoryname="All"; } else {$categoryname = $category;} echo"

"; $previd=$pageid-1; if ($previd >"0") { -echo"« Previous · "; +echo"« Previous • "; } echo"Page $pageid of $num_pages"; $nextid=$pageid+1; if ($pageid <$num_pages) { -echo" · Next »"; +echo" • Next »"; } echo"
\n"; @@ -408,7 +408,7 @@ echo""; -echo""; +echo""; echo"\"\"Install"; } echo"
Size: $filesize kb
"; @@ -445,14 +445,14 @@ echo"
"; echo"
"; $previd=$pageid-1; if ($previd >"0") { -echo"« Previous · "; +echo"« Previous • "; } echo"Page $pageid of $num_pages"; $nextid=$pageid+1; if ($pageid <$num_pages) { -echo" · Next »"; +echo" • Next »"; } echo"
\n";