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";