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-13 07:47:02 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-04-13 07:47:02 +0400
commitd2f2fb5b3b036a38db185a259bd11d06413b7ce4 (patch)
tree22d479e262b3ec60c1a1d79a56a4d02c52d66551 /plugins/SecurityInfo/templates
parent3e04bd143cfc868ecaf90a50143bedaf4367424d (diff)
Refs #733
* adding stub themes/default/rtl.css file loaded when the language is RTL (currently loaded for Arabic and Hebrew) * this stub file will be used to overwrite CSS properties to set text-align:right float:right etc. for all elements requiring to be aligned differently * Following screens use the RTL: Login, Admin screens, main dashboard reports, Update screen & Installation screens git-svn-id: http://dev.piwik.org/svn/trunk@4431 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 12bdaf99bd..b163bdf25c 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;{elseif $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;{else if $test.result=--4}background-color:red;color:white;{/if}">{$test.message}</td>
</tr>
{/foreach}
</tbody>