changed waylength symbol so romething more understandible
This commit is contained in:
BIN
htdocs/resource2/ocstyle/images/viewcache/arrow_roundtrip.png
Normal file
BIN
htdocs/resource2/ocstyle/images/viewcache/arrow_roundtrip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 556 B |
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
*
|
||||
* Display some status information about the server and Opencaching
|
||||
* Server part of Mozilla search plugin for OC
|
||||
***************************************************************************/
|
||||
|
||||
require('./lib2/web.inc.php');
|
||||
|
@ -178,7 +178,7 @@
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/time.png" class="icon16" alt="" title="" align="middle" /> {t}Time required{/t}: {$cache.searchtime|format_hour} h
|
||||
{/if}
|
||||
{if $cache.waylength>0}
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/arrow_switch.png" class="icon16" alt="" title="" align="middle" /> {t}Waylength{/t}: {$cache.waylength|sprintf:'%01.2f'} km
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/arrow_roundtrip.png" class="icon16" alt="" title="" align="middle" /> {t}Waylength{/t}: {$cache.waylength|sprintf:'%01.2f'} km
|
||||
{/if}
|
||||
{if $cache.searchtime>0 || $cache.waylength>0}<br />{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/date.png" class="icon16" alt="" title="" align="middle" /> {if $cache.type==6}{t}Event date{/t}{else}{t}Hidden at{/t}{/if}: {$cache.datehidden|date_format:$opt.format.datelong}<br />
|
||||
|
Reference in New Issue
Block a user