From e2b9956e4bd92ca9e234d10d527be9e8caf2b68f Mon Sep 17 00:00:00 2001 From: sgiehl Date: Mon, 12 Jan 2015 21:38:19 +0100 Subject: fixes #6979 - ignore plugins if not available --- plugins/Live/templates/getLastVisitsStart.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Live') diff --git a/plugins/Live/templates/getLastVisitsStart.twig b/plugins/Live/templates/getLastVisitsStart.twig index ce7af8e36d..372daf2801 100644 --- a/plugins/Live/templates/getLastVisitsStart.twig +++ b/plugins/Live/templates/getLastVisitsStart.twig @@ -9,7 +9,7 @@ {{ visitor.serverDatePretty }} - {{ visitor.serverTimePretty }} {% if visitor.visitDuration > 0 %}({{ visitor.visitDurationPretty|raw }}){% endif %} {% if visitor.countryFlag is defined %} {% endif %} - {% if visitor.browserIcon is defined %} {% endif %} + {% if visitor.browserIcon is defined %} {% endif %} {% if visitor.operatingSystemIcon is defined %} {% endif %}   {% if visitor.visitConverted %} -- cgit v1.2.3 From 2c912d02b7f00c8cdb60b93b722041e66a332a88 Mon Sep 17 00:00:00 2001 From: Liam Sharpe Date: Wed, 14 Jan 2015 10:45:57 +1300 Subject: Introduced variables for background --- plugins/Live/stylesheets/live.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Live') diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less index cb76a1078a..9e0f628904 100644 --- a/plugins/Live/stylesheets/live.less +++ b/plugins/Live/stylesheets/live.less @@ -18,7 +18,7 @@ } #visitsLive .country { - background: #FFF url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0; + background: @theme-color-background-base url(plugins/CoreHome/images/bullet1.gif) no-repeat scroll 0 0; } #visitsLive .referrer { @@ -35,7 +35,7 @@ } #visitsLive .settings { - background: #FFF none repeat scroll 0 0; + background: @theme-color-background-base none repeat scroll 0 0; } #visitsLive .settings a { -- cgit v1.2.3