From a5691c2386e3687c4a874b86a6e4c12814e41dc5 Mon Sep 17 00:00:00 2001 From: flopp Date: Tue, 13 Aug 2013 10:03:18 +0200 Subject: [PATCH] fixed bad align attributes --- htdocs/templates2/ocstyle/res_logentry.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/templates2/ocstyle/res_logentry.tpl b/htdocs/templates2/ocstyle/res_logentry.tpl index 2be473dd..750dc8c3 100644 --- a/htdocs/templates2/ocstyle/res_logentry.tpl +++ b/htdocs/templates2/ocstyle/res_logentry.tpl @@ -15,10 +15,10 @@ {capture name=cachename}{$cache.name|escape}{/capture} {t 1=$smarty.capture.cachename}Logentries for %1{/t}    - {if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if} {$cache.found}x - {if $cache.type==6}{t}Will attend{/t}{else}{t}Not found{/t}{/if} {if $cache.type==6}{$cache.willattend}{else}{$cache.notfound}{/if}x - {$cache.note}x - {if $cache.maintenance} {$cache.maintenance}x{/if} + {if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if} {$cache.found}x + {if $cache.type==6}{t}Will attend{/t}{else}{t}Not found{/t}{/if} {if $cache.type==6}{$cache.willattend}{else}{$cache.notfound}{/if}x + {t}Note{/t} {$cache.note}x + {if $cache.maintenance}{t}Maintenance{/t} {$cache.maintenance}x{/if}