Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-04-11 10:15:16 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-04-11 10:15:16 +0400
commitd079e678ecc5d4e9085ffdd46ec827e9fdf13e40 (patch)
treec579bdd5e4d434260e036ab8548f76cd4e62bc89 /plugins/SecurityInfo/templates
parent36de8c586ea04f8bc00ca3beb0bb57df8c96306e (diff)
Fixes #2281
* Now display Clicks, Downloads and Multiple Goal conversions in both Visitor Log and Live! widget * Added goals/all actions in Live! API output, simplifying output. Hopefully now output is final for Piwik Mobile & other apps to re-use (any feedback on this?) * cleaning up colored logos ensuring background is pure white rather than slightly colored git-svn-id: http://dev.piwik.org/svn/trunk@4394 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/SecurityInfo/templates')
-rw-r--r--plugins/SecurityInfo/templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecurityInfo/templates/index.tpl b/plugins/SecurityInfo/templates/index.tpl
index b163bdf25c..12bdaf99bd 100644
--- a/plugins/SecurityInfo/templates/index.tpl
+++ b/plugins/SecurityInfo/templates/index.tpl
@@ -20,7 +20,7 @@
{foreach from=$section key=j item=test}
<tr>
<td>{$j}</td>
- <td style="{if $test.result==-1}background-color:green;color:white;{elseif $test.result==-2}background-color:yellow;color:black;{else if $test.result=--4}background-color:red;color:white;{/if}">{$test.message}</td>
+ <td style="{if $test.result==-1}background-color:green;color:white;{elseif $test.result==-2}background-color:yellow;color:black;{elseif $test.result=--4}background-color:red;color:white;{/if}">{$test.message}</td>
</tr>
{/foreach}
</tbody>