changeset 53:5096001c4995

fix: bug
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 28 Jul 2009 19:45:50 +0900
parents f1ca253afc2f
children 6f961c8ab304
files templates/recordedTable.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/recordedTable.html	Tue Jul 28 19:34:07 2009 +0900
+++ b/templates/recordedTable.html	Tue Jul 28 19:45:50 2009 +0900
@@ -170,7 +170,7 @@
   <th>録画日時</th>
   <th>ch</th>
   <th>モード</th>
-  {if $use_thumbs}<th>サムネール</th>{/if}
+  {if $use_thumbs == 1}<th>サムネール</th>{/if}
   <th>タイトル</th>
   <th>内容</th>
   <th>変更</th>
@@ -182,7 +182,7 @@
   <td>{$rec.starttime}</td>
   <td>{$rec.station_name}</td>
   <td>{$rec.mode}</td>
-  {if $use_thumbs}<td><a href="{$rec.asf}">{$rec.thumb}</a></td>{/if}
+  {if $use_thumbs == 1}<td><a href="{$rec.asf}">{$rec.thumb}</a></td>{/if}
   <td><a href="{$rec.asf}" id="tid_{$rec.id}">{$rec.title}</a></td>
   <td><a href="{$rec.asf}" id="did_{$rec.id}">{$rec.description}</a></td>
   <td><input type="button" value="変更" onClick="javascript:PRG.editdialog('{$rec.id}')" /></td>