first-cache-link style change in ownerlog history

This commit is contained in:
following
2013-07-21 23:07:29 +02:00
parent e729d5bd33
commit 2848d82c5c
+1 -1
View File
@@ -73,7 +73,7 @@
<td>
{if $newLog.oc_team_comment}<img src="resource2/{$opt.template.style}/images/oclogo/oc-team-comment.png" alt="OC-Team" title="{t}OC team comment{/t}"/>{/if}
{capture name=cachename}
{if $newLog.first}<b>{/if}<a href="viewcache.php?wp={$newLog.wp_oc}">{$newLog.cachename|escape}</a>{if $newLog.first}</b>{/if}
<a href="viewcache.php?wp={$newLog.wp_oc}" {if $newLog.first}class="links"{/if}>{$newLog.cachename|escape}</a>
{/capture}
{capture name=username}
<a href="viewprofile.php?userid={$newLog.user_id}">{$newLog.username|escape}</a>