Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbalogh@mozilla.com <jbalogh@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-03-16 22:43:10 (GMT)
committer jbalogh@mozilla.com <jbalogh@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-03-16 22:43:10 (GMT)
commit175d5ce12049060a85f06785768e4da92032578c (patch)
treecc3bca6b408b159fb201a91945e46c26aac33f44
parent27d25269aea79a9b8c18901ccd675b8af650f8e4 (diff)
bug 482651, fixing validation errors in the compatibility dashboard
git-svn-id: http://svn.mozilla.org/addons/trunk@23363 4eb1ac78-321c-0410-a911-ec516a8615a5
-rw-r--r--site/app/views/compatibility/dashboard.thtml9
1 files changed, 4 insertions, 5 deletions
diff --git a/site/app/views/compatibility/dashboard.thtml b/site/app/views/compatibility/dashboard.thtml
index f3016fb..035727c 100644
--- a/site/app/views/compatibility/dashboard.thtml
+++ b/site/app/views/compatibility/dashboard.thtml
@@ -101,7 +101,7 @@
<div id="report-details">
<div class="header">
<div class="title">
- <?=$html->image('wordmarks/firefox-'.$version.'_small.png')?><?=___('compatibility_dashboard_report', 'Add-on Compatibility Report')?>
+ <?=$html->image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?><?=___('compatibility_dashboard_report', 'Add-on Compatibility Report')?>
</div>
</div>
<div class="loading"><?=___('compatibility_dashboard_loading', 'Loading data...')?></div>
@@ -111,7 +111,7 @@
<div id="developers-intro">
<div class="header">
<div class="title">
- <?=$html->image('wordmarks/firefox-'.$version.'_small.png')?><?=___('compatibility_developer_info', 'Information for Add-on Developers')?>
+ <?=$html->image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?><?=___('compatibility_developer_info', 'Information for Add-on Developers')?>
</div>
</div>
<br />
@@ -134,7 +134,7 @@
<div id="developers-details">
<div class="header">
<div class="title">
- <?=$html->image('wordmarks/firefox-'.$version.'_small.png')?><?=___('compatibility_developers_results', 'Add-on Status Check Results')?>
+ <?=$html->image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?><?=___('compatibility_developers_results', 'Add-on Status Check Results')?>
</div>
</div>
@@ -145,7 +145,7 @@
<div id="users-intro">
<div class="header">
<div class="title">
- <?=$html->image('wordmarks/firefox-'.$version.'_small.png')?><?=___('compatibility_user_info', 'Information for Add-on Users')?>
+ <?=$html->image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?><?=___('compatibility_user_info', 'Information for Add-on Users')?>
</div>
</div>
<br />
@@ -158,7 +158,6 @@
$html->url('/'),
APP_PRETTYNAME
))?>
-</div>
</div>
</div>
</div>