Merge branch 'stable'
This commit is contained in:
@@ -5,15 +5,19 @@
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
{if $status==1}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-go.png" alt="{t}Available{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-go.png" alt="{t}Available{/t}" title="{t}Available{/t}" />
|
||||
{elseif $status==2}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-stop.png" alt="{t}Temporary disabled{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-stop.png" alt="{t}Temporary disabled{/t}" title="{t}Temporary disabled{/t}" />
|
||||
{elseif $status==3}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-trash.png" alt="{t}Archived{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-trash.png" alt="{t}Archived{/t}" title="{t}Archived{/t}" />
|
||||
{elseif $status==4}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-wait.png" alt="{t}Hidden by approvers to check{/t}" title="{t}Hidden by approvers to check{/t}" />
|
||||
{elseif $status==5}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-wait.png" alt="{t}Not yet available{/t}" title="{t}Not yet available{/t}" />
|
||||
{elseif $status==6}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-stop.png" alt="{t}Locked, visible{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-locked.png" alt="{t}Locked, visible{/t}" title="{t}Locked, visible{/t}" />
|
||||
{elseif $status==7}
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-trash.png" alt="{t}Locked, invisible{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/cachestatus/16x16-locked.png" alt="{t}Locked, invisible{/t}" title="{t}Locked, invisible{/t}" />
|
||||
{else}
|
||||
|
||||
{/if}
|
||||
@@ -76,7 +76,7 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>{t}Waypoint{/t}</th>
|
||||
<th style="text-align:right">{t}Waypoint{/t}</th>
|
||||
<th>{t}Coordinates{/t}</th>
|
||||
<th>{t}Logs{/t}</th>
|
||||
<th>{t}modified{/t}</th>
|
||||
@@ -85,7 +85,7 @@
|
||||
{foreach from=$aCaches item=cache}
|
||||
<tr>
|
||||
<td>{if $cache.data|@count > 0}<input type="checkbox" name="cache_{$cache.cache_id}" value="1" />{/if}</td>
|
||||
<td><a href="viewcache.php?cacheid={$cache.cache_id}" target="_ocv">{$cache.wp_oc}</a></td>
|
||||
<td style="white-space:nowrap">{include file="res_cachestatus.tpl" status=$cache.status} <a href="viewcache.php?cacheid={$cache.cache_id}" target="_ocv">{$cache.wp_oc}</a></td>
|
||||
<td style="font-size:1em; line-height:1em; white-space:nowrap">{$cache.coordinates.lat|escape}<br />{$cache.coordinates.lon|escape}</td>
|
||||
<td style="text-align:right">{$cache.logs} </td>
|
||||
<td>{$cache.last_modified|date_format:$opt.format.date}</td>
|
||||
|
||||
Reference in New Issue
Block a user