From 81ee70f7a5d58ea19340f990a6faf809ffb98f93 Mon Sep 17 00:00:00 2001 From: Schrottie Date: Tue, 19 Feb 2013 07:32:01 +0100 Subject: [PATCH 1/2] 4515: strikeout inaktive caches in cache lists --- htdocs/templates2/ocstyle/mywatches.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/templates2/ocstyle/mywatches.tpl b/htdocs/templates2/ocstyle/mywatches.tpl index 1f617749..9b27d35a 100644 --- a/htdocs/templates2/ocstyle/mywatches.tpl +++ b/htdocs/templates2/ocstyle/mywatches.tpl @@ -130,7 +130,7 @@ {include file="res_cacheicon_22.tpl" cachetype=$watchItem.type|escape} {include file="res_cachestatus.tpl" status=$watchItem.status} - {$watchItem.name|escape} + {$watchItem.name|escape} {if $watchItem.lastfound==null} --- From 0af8101e21404074f728b1ec8715898d11b5279a Mon Sep 17 00:00:00 2001 From: Schrottie Date: Wed, 20 Feb 2013 09:25:45 +0100 Subject: [PATCH 2/2] 4515: strikeout inaktive caches in cache lists --- htdocs/templates2/ocstyle/mywatches.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/templates2/ocstyle/mywatches.tpl b/htdocs/templates2/ocstyle/mywatches.tpl index 9b27d35a..b8f52746 100644 --- a/htdocs/templates2/ocstyle/mywatches.tpl +++ b/htdocs/templates2/ocstyle/mywatches.tpl @@ -130,7 +130,7 @@ {include file="res_cacheicon_22.tpl" cachetype=$watchItem.type|escape} {include file="res_cachestatus.tpl" status=$watchItem.status} - {$watchItem.name|escape} + {$watchItem.name|escape} {if $watchItem.lastfound==null} ---