Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/compatibility/dashboard.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/compatibility/dashboard.thtml')
-rw-r--r--site/app/views/compatibility/dashboard.thtml19
1 files changed, 11 insertions, 8 deletions
diff --git a/site/app/views/compatibility/dashboard.thtml b/site/app/views/compatibility/dashboard.thtml
index dc4623e..1792e93 100644
--- a/site/app/views/compatibility/dashboard.thtml
+++ b/site/app/views/compatibility/dashboard.thtml
@@ -55,10 +55,10 @@
<div id="report-intro">
<?php
$percentages = array(
- COMPAT_OTHER => (($totals[$version][COMPAT_OTHER]['adu'] / $totals['adu95']) * 100),
- COMPAT_ALPHA => (($totals[$version][COMPAT_ALPHA]['adu'] / $totals['adu95']) * 100),
- COMPAT_BETA => (($totals[$version][COMPAT_BETA]['adu'] / $totals['adu95']) * 100),
- COMPAT_LATEST => (($totals[$version][COMPAT_LATEST]['adu'] / $totals['adu95']) * 100),
+ COMPAT_OTHER => (($totals[COMPAT_OTHER]['adu'] / $totals['adu95']) * 100),
+ COMPAT_ALPHA => (($totals[COMPAT_ALPHA]['adu'] / $totals['adu95']) * 100),
+ COMPAT_BETA => (($totals[COMPAT_BETA]['adu'] / $totals['adu95']) * 100),
+ COMPAT_LATEST => (($totals[COMPAT_LATEST]['adu'] / $totals['adu95']) * 100),
);
?>
<div class="header">
@@ -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 Activity 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,11 @@
<div id="users-intro">
<div class="header">
<div class="title">
+<<<<<<< HEAD:site/app/views/compatibility/dashboard.thtml
<?=$html->image('wordmarks/firefox-'.$version.'_small.png')?><?=___('compatibility_user_info', 'Information for Activity Users')?>
+=======
+ <?=$html->image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?><?=___('compatibility_user_info', 'Information for Add-on Users')?>
+>>>>>>> svn:site/app/views/compatibility/dashboard.thtml
</div>
</div>
<br />
@@ -158,7 +162,6 @@
$html->url('/'),
APP_PRETTYNAME
))?>
-</div>
</div>
</div>
</div>