From a626fb3a475a3e79d4997e4d17f4bc3d6b4cebe7 Mon Sep 17 00:00:00 2001 From: "mozilla%justcameron.com" Date: Fri, 1 Dec 2006 21:13:24 +0000 Subject: [PATCH] Bug 359084 - rustico: some ugly excess platform text when viewing an add-on that's not available for your platform CSS changes made in the patch for that bug affected the bookmarks page too :( r=shaver --- webtools/addons/public/tpl/bookmarks.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtools/addons/public/tpl/bookmarks.tpl b/webtools/addons/public/tpl/bookmarks.tpl index f83d5253d69d..0bb5eaf31ed8 100644 --- a/webtools/addons/public/tpl/bookmarks.tpl +++ b/webtools/addons/public/tpl/bookmarks.tpl @@ -8,7 +8,7 @@

{$primary.name} by {$primary.username}

{$primary.body}

-

Install now ({$primary.size} KB)

+

Install now ({$primary.size} KB)

{if $primary.id eq SUPER_MAGIC_YAHOO_ID}

By clicking Install, you agree to the Software License for this add-on.

{/if} @@ -23,7 +23,7 @@

{$other[re].name} by {$other[re].username}

{$other[re].body}

-

Install now ({$other[re].size} KB)

+

Install now ({$other[re].size} KB)

{if $other[re].id eq SUPER_MAGIC_YAHOO_ID}

By clicking Install, you agree to the Software License for this add-on.

{/if}