Merge remote-tracking branch 'schrottie/4515-inactive-caches-strikeout'

This commit is contained in:
following
2013-02-20 17:10:12 +01:00
+1 -1
View File
@@ -130,7 +130,7 @@
<tr>
<td style="border-bottom: solid 1px grey;">{include file="res_cacheicon_22.tpl" cachetype=$watchItem.type|escape}</td>
<td style="border-bottom: solid 1px grey;">{include file="res_cachestatus.tpl" status=$watchItem.status}</td>
<td style="border-bottom: solid 1px grey;"><a href="viewcache.php?wp={$watchItem.wp}">{$watchItem.name|escape}</a></td>
<td style="border-bottom: solid 1px grey;"><span style="{include file="res_cachestatus_span.tpl" status=$watchItem.status}"><a href="viewcache.php?wp={$watchItem.wp}">{$watchItem.name|escape}</a></span></td>
<td style="border-bottom: solid 1px grey;">
{if $watchItem.lastfound==null}
---