fixed last commit: flag sizes vary

This commit is contained in:
following
2013-03-21 20:27:32 +01:00
parent 5fcc1f1371
commit a686cd97bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
{foreach name=newCaches from=$newCaches item=newCache}
<tr>
<td style="width:1%; vertical-align:center">{$newCache.date_created|date_format:$opt.format.date}</td>
<td class="listicon"><img src="resource2/{$opt.template.style}/images/cacheicon/16x16-{$newCache.type}.gif" width="16" height="16" border="0" /></td><td style="vertical-align:center"> <a href="viewcache.php?wp={$newCache.wpoc}">{$newCache.cachename|escape}</a> {t}by{/t} <a href="viewprofile.php?userid={$newCache.userid}">{$newCache.username|escape}</a> {if $newCache.country != $defaultcountry}&nbsp;&nbsp;<img src="images/flags/{$newCache.country|lower}.gif" width="16px" height="11px">{/if} </td>
<td class="listicon"><img src="resource2/{$opt.template.style}/images/cacheicon/16x16-{$newCache.type}.gif" width="16" height="16" border="0" /></td><td style="vertical-align:center"> <a href="viewcache.php?wp={$newCache.wpoc}">{$newCache.cachename|escape}</a> {t}by{/t} <a href="viewprofile.php?userid={$newCache.userid}">{$newCache.username|escape}</a> {if $newCache.country != $defaultcountry}&nbsp;&nbsp;<img src="images/flags/{$newCache.country|lower}.gif" >{/if} </td>
</tr>
{/foreach}
+1 -1
View File
@@ -18,7 +18,7 @@
<tr>
<td colspan="3">
<table cellspacing="0" cellpadding="0"><tr>
<td class="content-title-flag"><img src="images/flags/{$newCache.country|lower}.gif" width="16px" height="11px"></td>
<td class="content-title-flag"><img src="images/flags/{$newCache.country|lower}.gif" ></td>
<td><p class="content-title-noshade-size08">{$newCache.country_name|escape}</p></td>
</tr></table>
<td>
+1 -1
View File
@@ -18,7 +18,7 @@
<tr><td class="spacer"></td></tr>
<tr><td colspan="3">
<table cellspacing="0" cellpadding="0"><tr>
<td class="content-title-flag" ><img src="images/flags/{$newLog.country|lower}.gif" width="16px" height="11px"></td>
<td class="content-title-flag" ><img src="images/flags/{$newLog.country|lower}.gif" ></td>
<td><b class="content-title-noshade-size08">{$newLog.country_name|escape}</b>&nbsp;</b></td>
</tr></table>
</td></tr>